eprintf mit irq

Files at this revision

API Documentation at this revision

Comitter:
est2fe
Date:
Thu Jul 21 07:26:22 2011 +0000
Parent:
2:f63032cc0c0a
Child:
4:5138a20c4989
Commit message:
V0.31

Changed in this revision

eprintf.c Show annotated file Show diff for this revision Revisions of this file
eprintf.h Show annotated file Show diff for this revision Revisions of this file
--- a/eprintf.c	Thu Jul 21 07:09:17 2011 +0000
+++ b/eprintf.c	Thu Jul 21 07:26:22 2011 +0000
@@ -1,5 +1,5 @@
-#ifdef  __EPRINTF_C__ 
-#define __EPRINTF_C__ 
+#ifndef  __EPRINTF_C__ 
+ #define __EPRINTF_C__ 
 
 #include "eprintf.h" 
 
--- a/eprintf.h	Thu Jul 21 07:09:17 2011 +0000
+++ b/eprintf.h	Thu Jul 21 07:26:22 2011 +0000
@@ -1,5 +1,5 @@
-#ifdef      __EPRINTF_H__ 
-#define     __EPRINTF_H__ 
+#ifndef     __EPRINTF_H__ 
+ #define    __EPRINTF_H__ 
 
 #include   "extdef.h" 
 #include   "globals.h"