remove dead code

This commit is contained in:
Raphael Assenat 2016-11-28 14:06:52 -05:00
parent e944017c36
commit 64115ad9ef
1 changed files with 0 additions and 9 deletions

9
main.c
View File

@ -402,15 +402,6 @@ void eeprom_app_ready(void)
g_usb_strings[USB_STRING_SERIAL_IDX] = serial_from_eeprom; g_usb_strings[USB_STRING_SERIAL_IDX] = serial_from_eeprom;
} }
void pollDelay(void)
{
int i;
for (i=0; i<g_eeprom_data.cfg.poll_interval[0]; i++) {
_delay_ms(1);
}
}
static struct usbpad usbpads[MAX_PLAYERS]; static struct usbpad usbpads[MAX_PLAYERS];
static char g_polling_suspended = 0; static char g_polling_suspended = 0;