mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 21:29:49 +03:00
USART0_Handler redefiniton workaround,
DMXDue revert to original lib WDT enabled by default
This commit is contained in:
@@ -74,3 +74,6 @@ Need to use compiler directive -D Wiz5500 and https://github.com/anklimov/Ethern
|
||||
|
||||
First attempt to use platformio toolchain for compiling (work not completed yet)
|
||||
|
||||
#Due compilation issue "USART0_Handler redefinition"
|
||||
Please, open /variants/arduino_due_x/variant.cpp file, then edit USART0_Handler method definition like this
|
||||
void USART0_Handler(void) __attribute__((weak));
|
||||
Reference in New Issue
Block a user