No changes made

Dependents:   DewPoint_Sensor_NormalScreen DPTimer_NormalScreen_8R_DIP_4-20mA_Out

Files at this revision

API Documentation at this revision

Comitter:
nbremond
Date:
Mon Mar 02 21:36:00 2015 +0000
Parent:
5:ea5595e2698b
Child:
7:22a38fc4eba9
Commit message:
Add support for Nucleo Board (STM32)

Changed in this revision

Watchdog.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Watchdog.cpp	Mon Mar 02 21:33:58 2015 +0000
+++ b/Watchdog.cpp	Mon Mar 02 21:36:00 2015 +0000
@@ -21,8 +21,8 @@
 /// @author Bernaérd Remond
 ///
 
-//#define LPC
-#define ST_NUCLEO
+#define LPC
+//#define ST_NUCLEO
 
 
 #include "mbed.h"