diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-16 12:21:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-16 12:21:30 +0000 |
commit | 0d96f5c78e54d267ef1ca230fe20af1ca090e1d6 (patch) | |
tree | 7090525820ed5cc9127e6d72aff8dc3dd37f563b /os/kernel/include/ch.h | |
parent | 9c9c52f753a9caf51189ad9e1293476f2384676b (diff) | |
download | ChibiOS-0d96f5c78e54d267ef1ca230fe20af1ca090e1d6.tar.gz ChibiOS-0d96f5c78e54d267ef1ca230fe20af1ca090e1d6.tar.bz2 ChibiOS-0d96f5c78e54d267ef1ca230fe20af1ca090e1d6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5859 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/ch.h')
-rw-r--r-- | os/kernel/include/ch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/ch.h b/os/kernel/include/ch.h index db7c45501..677aa58b7 100644 --- a/os/kernel/include/ch.h +++ b/os/kernel/include/ch.h @@ -102,6 +102,7 @@ #include "chconf.h"
#include "chtypes.h"
+#include "chdebug.h"
#include "chlists.h"
#include "chcore.h"
#include "chsys.h"
@@ -124,7 +125,6 @@ #include "chqueues.h"
#include "chstreams.h"
#include "chfiles.h"
-#include "chdebug.h"
#if !defined(__DOXYGEN__)
extern WORKING_AREA(_idle_thread_wa, PORT_IDLE_THREAD_STACK_SIZE);
|