From 8ae34bdd9de2de1e85fcb27c7a8eb456b566966d Mon Sep 17 00:00:00 2001 From: pascallanger Date: Sun, 26 Nov 2017 20:30:54 +0100 Subject: [PATCH] Update Compiling_STM32.md --- docs/Compiling_STM32.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index 46b8681..d75621f 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -30,10 +30,7 @@ Flashing precompiled **binaries** is done very simple with the cable setup prese 1. In order to compile successfully you need also to modify a maple library file. In ```....\hardware\Arduino_STM32\STM32F1\cores\maple\libmaple\usart_f1.c``` comment out the 2 functions as shown below. This is required to have low-level access to the USART interrupt.
``` - /* void __irq_usart1(void){ - usart_irq(&usart1_rb, USART1_BASE); - } - + /* void __irq_usart2(void){ usart_irq(&usart2_rb, USART2_BASE); }