meh

Fork of mbed by mbed official

Revision:
75:dc225afb6914
Parent:
74:a842253909c9
Child:
76:824293ae5e43
--- a/TARGET_NUCLEO_F103RB/device.h	Fri Dec 13 14:18:40 2013 +0200
+++ b/TARGET_NUCLEO_F103RB/device.h	Thu Dec 19 15:51:14 2013 +0200
@@ -20,7 +20,7 @@
 #define DEVICE_PORTOUT          1
 #define DEVICE_PORTINOUT        1
 
-#define DEVICE_INTERRUPTIN      0
+#define DEVICE_INTERRUPTIN      1
 
 #define DEVICE_ANALOGIN         1
 #define DEVICE_ANALOGOUT        0
@@ -33,18 +33,18 @@
 #define DEVICE_SPI              1
 #define DEVICE_SPISLAVE         0
 
-#define DEVICE_RTC              0
+#define DEVICE_RTC              1
 
 #define DEVICE_PWMOUT           1
 
+#define DEVICE_SLEEP            1
+
 //=======================================
 
 #define DEVICE_SEMIHOST         0
 #define DEVICE_LOCALFILESYSTEM  0
 #define DEVICE_ID_LENGTH       24
 
-#define DEVICE_SLEEP            0
-
 #define DEVICE_DEBUG_AWARENESS  0
 
 #define DEVICE_STDIO_MESSAGES   1