Fix all device mode demos broken in the recent API changes.
Change USBtoSerial Tx to polling-driven rather than interrupt driven, to ensure more time for the Rx interrupt to be serviced.
This commit is contained in:
parent
b7ef7f49c9
commit
7eb4eb7cdd
9 changed files with 21 additions and 38 deletions
|
@ -59,6 +59,9 @@ int main(void)
|
|||
/* Disable clock division */
|
||||
clock_prescale_set(clock_div_1);
|
||||
|
||||
/* Hardware Initialization */
|
||||
LEDs_Init();
|
||||
|
||||
/* Indicate USB not ready */
|
||||
UpdateStatus(Status_USBNotReady);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue