Changed uint8 to byte

This commit is contained in:
Kade Jensen 2012-12-28 11:43:29 -07:00
parent b26205e706
commit 6554493297
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ void play_loser(void)
// Play the winner sound
void winner_sound(void)
{
uint8_t x, y;
byte x, y;
// Toggle the buzzer at various speeds
for (x = 250; x > 70; x--) {