CHG: removed old TRUE/FALSE defines... some left still..

This commit is contained in:
iceman1001 2017-07-27 09:28:43 +02:00
commit 46a0ec7130
21 changed files with 66 additions and 67 deletions

View file

@ -1499,9 +1499,10 @@ void __attribute__((noreturn)) AppMain(void)
for(;;) {
if ( usb_poll_validate_length() ) {
rx_len = usb_read(rx, sizeof(UsbCommand));
if (rx_len)
Dbprintf("ice recive len: %u", rx_len);
if (rx_len) {
UsbPacketReceived(rx, rx_len);
}
}
WDT_HIT();