projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43eafa5
)
Fix documentation.
author
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 31 Dec 2004 17:39:41 +0000
(17:39 +0000)
committer
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 31 Dec 2004 17:39:41 +0000
(17:39 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@324
38d2e660
-2303-0410-9eaa-
f027e97ec537
cpu.h
patch
|
blob
|
history
diff --git
a/cpu.h
b/cpu.h
index 7e9abe8cab93c844884e8db72bd93b038eaaf41a..1c8a62f387df5f85d449142958f491d09b84ce8d 100755
(executable)
--- a/
cpu.h
+++ b/
cpu.h
@@
-17,6
+17,9
@@
/*#*
*#* $Log$
+ *#* Revision 1.28 2004/12/31 17:39:41 bernie
+ *#* Fix documentation.
+ *#*
*#* Revision 1.27 2004/12/31 17:02:47 bernie
*#* IRQ_SAVE_DISABLE(), IRQ_RESTORE(): Add null stubs for x86.
*#*
@@
-75,7
+78,7
@@
#ifndef DEVLIB_CPU_H
#define DEVLIB_CPU_H
-#include "compiler.h" /* for uintXX_t
, PP_CAT3(), PP_STRINGIZE()
*/
+#include "compiler.h" /* for uintXX_t */
/*!
@@
-376,7
+379,7
@@
STATIC_ASSERT(sizeof(int) == SIZEOF_INT);
/*!
- * \def
SCHEDULER
_IDLE
+ * \def
CPU
_IDLE
*
* \brief Invoked by the scheduler to stop the CPU when idle.
*