diff options
-rw-r--r-- | snake.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ static uint16_t rand(void) { static void rand_mix(uint16_t mix) { lfsr ^= mix; + rand(); } static void rand_q(void) { |
index : avr/snake | ||
AVR Snake game | Matthias Schiffer <mschiffer@universe-factory.net> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | snake.c | 1 |
@@ -47,6 +47,7 @@ static uint16_t rand(void) { static void rand_mix(uint16_t mix) { lfsr ^= mix; + rand(); } static void rand_q(void) { |