Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
96:487b796308b0
Parent:
76:824293ae5e43
--- a/TARGET_NUCLEO_F103RB/cmsis.h	Wed Mar 04 07:31:39 2015 +0100
+++ b/TARGET_NUCLEO_F103RB/cmsis.h	Tue Mar 17 14:27:45 2015 +0000
@@ -32,7 +32,7 @@
 #ifndef MBED_CMSIS_H
 #define MBED_CMSIS_H
 
-#include "stm32f10x.h"
+#include "stm32f1xx.h"
 #include "cmsis_nvic.h"
 
 #endif