...
Dependents: 2doejemplo Labo_TRSE_Drone
Fork of mbed by
Diff: mbed.h
- Revision:
- 10:fcb9359f0959
- Parent:
- 9:cf0d45ce28a6
- Child:
- 11:1c1ebd0324fa
--- a/mbed.h Wed Apr 15 14:15:04 2009 +0000 +++ b/mbed.h Thu May 14 14:44:00 2009 +0000 @@ -5,7 +5,7 @@ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 10 +#define MBED_LIBRARY_VERSION 11 // Useful C libraries #include <stdio.h> @@ -42,6 +42,7 @@ #include "rtc.h" using namespace mbed; +using namespace std; #endif