From 9b208cf6a2fcd70af55250b5e2e407da799b88f5 Mon Sep 17 00:00:00 2001 From: midelic Date: Mon, 1 Aug 2016 02:08:16 +0300 Subject: [PATCH] Compilation info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 175a4a6..2124af0 100644 --- a/README.md +++ b/README.md @@ -273,8 +273,8 @@ The currently supported Arduino version is [1.6.5](https://www.arduino.cc/downlo You need to download and install aditionally [STM32 core](https://github.com/rogerclarkmelbourne/Arduino_STM32/archive/master.zip) ,Arduino_STM32 folder in ...../Arduino/hardware/ folder (note. if the hardware folder doesn't exist you will need to create it). In order to compile suscesfully you need also to modify a maple library file. -In ....\hardware\Arduino_STM32\STM32F1\cores\maple\libmaple\usartf1.c -comment 2 function as below.This is required to have acces to low level of USART intrerupt. +In ....\hardware\Arduino_STM32\STM32F1\cores\maple\libmaple\usart_f1.c +Comment the 2 function as shown below.This is required to have acces to low level of USART intrerupt. //void __irq_usart2(void) { usart_irq(&usart2_rb, USART2_BASE);