diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-02 18:52:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-02 18:52:30 +0000 |
commit | edfe4ce4411e0b4f8f78db5c19bc6d553ac82a4f (patch) | |
tree | f3e027681bae2a939e53b06962cc583e8e909e39 /demos | |
parent | 6cb3190f38d34fd4d159c16e2c927f5aeb65c210 (diff) | |
download | ChibiOS-edfe4ce4411e0b4f8f78db5c19bc6d553ac82a4f.tar.gz ChibiOS-edfe4ce4411e0b4f8f78db5c19bc6d553ac82a4f.tar.bz2 ChibiOS-edfe4ce4411e0b4f8f78db5c19bc6d553ac82a4f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1497 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/GNU-Linux-GCC/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/halconf.h b/demos/GNU-Linux-GCC/halconf.h index 58d49966f..f80ceafb0 100644 --- a/demos/GNU-Linux-GCC/halconf.h +++ b/demos/GNU-Linux-GCC/halconf.h @@ -38,7 +38,7 @@ * settings file. This file can be used to include platform specific
* header files or to override the low level drivers settings. */
-#include "mcuconf.h"
+/*#include "mcuconf.h"*/
/*===========================================================================*/
/* PAL driver related settings. */
|