From d1cab710ea361fe624c674d96ec08666e77e3901 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Sat, 19 May 2018 14:50:19 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 499602c..416a5cb 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ Prefered way to compile project is using platformio toolchain, suitable for Ardu # Due compilation issue "USART0_Handler redefinition" Please, open /variants/arduino_due_x/variant.cpp file, then add USART0_Handler method definition like this +``` void USART0_Handler(void) __attribute__((weak)); +``` The normal path to find this file in platformio is: .platformio/packages/framework-arduinosam/variants/arduino_due_x