NO USB Update
This commit is contained in:
parent
f4bee40834
commit
de84b3d5fb
1 changed files with 2 additions and 0 deletions
|
|
@ -13,12 +13,14 @@
|
|||
Keep in mind that the logic is inverted then! LOW=HIGH and vice versa.
|
||||
*/
|
||||
|
||||
#ifndef USBCON
|
||||
// workaround for undefined USBCON has to be placed in every sketch
|
||||
// otherwise the timings wont work correctly
|
||||
ISR(USB_GEN_vect)
|
||||
{
|
||||
UDINT = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
void setup() {
|
||||
TX_RX_LED_INIT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue