USART0_Handler redefiniton workaround,

DMXDue revert to original lib
WDT enabled by default
This commit is contained in:
livello
2018-03-16 00:40:13 +03:00
parent 4c68bdc595
commit eae88305ea
3 changed files with 15 additions and 13 deletions

View File

@@ -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));