mirror of https://github.com/nealey/Simon-Says
Changed uint8 to byte
This commit is contained in:
parent
b26205e706
commit
6554493297
|
@ -227,7 +227,7 @@ void play_loser(void)
|
||||||
// Play the winner sound
|
// Play the winner sound
|
||||||
void winner_sound(void)
|
void winner_sound(void)
|
||||||
{
|
{
|
||||||
uint8_t x, y;
|
byte x, y;
|
||||||
|
|
||||||
// Toggle the buzzer at various speeds
|
// Toggle the buzzer at various speeds
|
||||||
for (x = 250; x > 70; x--) {
|
for (x = 250; x > 70; x--) {
|
||||||
|
|
Loading…
Reference in New Issue