...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

Revision:
11:1c1ebd0324fa
Parent:
9:cf0d45ce28a6
Child:
18:b3c9f16cbb96
--- a/FunctionPointer.h	Thu May 14 14:44:00 2009 +0000
+++ b/FunctionPointer.h	Fri Aug 28 12:10:11 2009 +0000
@@ -1,7 +1,8 @@
 /* mbed Microcontroller Library - FunctionPointer
- * Copyright (c) 2007-2008, sford
- */
-
+ * Copyright (c) 2007-2009 ARM Limited. All rights reserved.
+ * sford
+ */ 
+ 
 #ifndef MBED_FUNCTIONPOINTER_H
 #define MBED_FUNCTIONPOINTER_H
 
@@ -81,6 +82,6 @@
 	
 };
 
-}
+} // namespace mbed
 
 #endif