Simple mbed library with macros

Dependents:   SimpleTimer SimpleUART SimpleTimer Stoppuhr1

Revision:
18:aa026d9f7fc0
Parent:
16:73f0f5d18800
--- a/serial.h	Wed Nov 17 10:59:34 2010 +0000
+++ b/serial.h	Wed Nov 17 14:35:40 2010 +0000
@@ -31,8 +31,8 @@
 * knowledge of the CeCILL license and that you accept its terms.
 */
 
-#ifndef __SERIAL_H__
-#define __SERIAL_H__
+#ifndef __SIMPLELIB_SERIAL_H__
+#define __SIMPLELIB_SERIAL_H__
 
 #include "mbed_globals.h"
 #include "interrupts.h"