Added some LED utility functions (#802)

This commit is contained in:
Samson Gama 2019-03-14 23:41:07 -07:00 committed by pwpiwi
commit 3d057cfb91
4 changed files with 21 additions and 9 deletions

View file

@ -810,10 +810,7 @@ done:
AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTDIS;
Dbprintf("%x %x %x", maxBehindBy, Uart.state, Uart.byteCnt);
Dbprintf("%x %x %x", Uart.byteCntMax, BigBuf_get_traceLen(), (int)Uart.output[0]);
LED_A_OFF();
LED_B_OFF();
LED_C_OFF();
LED_D_OFF();
LEDsoff();
}
void rotateCSN(uint8_t* originalCSN, uint8_t* rotatedCSN) {