diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-11 10:27:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-11 10:27:10 +0000 |
commit | 456ddf784d7bc6fe7c88446faa8bac759078d019 (patch) | |
tree | 6aec83a3f121bc25cf14c3b7794941048aad00ac /demos/PPC-SPC563M-GCC/halconf.h | |
parent | beb5f4e03ebaaa196009c41fbb4d9e2c7bc3a14d (diff) | |
download | ChibiOS-456ddf784d7bc6fe7c88446faa8bac759078d019.tar.gz ChibiOS-456ddf784d7bc6fe7c88446faa8bac759078d019.tar.bz2 ChibiOS-456ddf784d7bc6fe7c88446faa8bac759078d019.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4900 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/PPC-SPC563M-GCC/halconf.h')
-rw-r--r-- | demos/PPC-SPC563M-GCC/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563M-GCC/halconf.h b/demos/PPC-SPC563M-GCC/halconf.h index 83783d10f..bab04ab7b 100644 --- a/demos/PPC-SPC563M-GCC/halconf.h +++ b/demos/PPC-SPC563M-GCC/halconf.h @@ -32,7 +32,7 @@ #ifndef _HALCONF_H_
#define _HALCONF_H_
-/*#include "mcuconf.h"*/
+#include "mcuconf.h"
/**
* @brief Enables the TM subsystem.
|