mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
Update README.md
This commit is contained in:
@@ -90,7 +90,9 @@ Prefered way to compile project is using platformio toolchain, suitable for Ardu
|
|||||||
|
|
||||||
# Due compilation issue "USART0_Handler redefinition"
|
# Due compilation issue "USART0_Handler redefinition"
|
||||||
Please, open /variants/arduino_due_x/variant.cpp file, then add USART0_Handler method definition like this
|
Please, open /variants/arduino_due_x/variant.cpp file, then add USART0_Handler method definition like this
|
||||||
|
```
|
||||||
void USART0_Handler(void) __attribute__((weak));
|
void USART0_Handler(void) __attribute__((weak));
|
||||||
|
```
|
||||||
|
|
||||||
The normal path to find this file in platformio is:
|
The normal path to find this file in platformio is:
|
||||||
.platformio/packages/framework-arduinosam/variants/arduino_due_x
|
.platformio/packages/framework-arduinosam/variants/arduino_due_x
|
||||||
|
|||||||
Reference in New Issue
Block a user