diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-02 13:35:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-02 13:35:55 +0000 |
commit | bedb87c1e7cc9741c57c299d81d6e24c5e9c59c5 (patch) | |
tree | 7a3f0b05365b525bd9335b9a660aa80b6b6975b3 /demos/Win32-MinGW/halconf.h | |
parent | 15e6fecf11e470abebe963177434f83883e63acf (diff) | |
download | ChibiOS-bedb87c1e7cc9741c57c299d81d6e24c5e9c59c5.tar.gz ChibiOS-bedb87c1e7cc9741c57c299d81d6e24c5e9c59c5.tar.bz2 ChibiOS-bedb87c1e7cc9741c57c299d81d6e24c5e9c59c5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1495 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/halconf.h')
-rw-r--r-- | demos/Win32-MinGW/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/halconf.h b/demos/Win32-MinGW/halconf.h index 58d49966f..f80ceafb0 100644 --- a/demos/Win32-MinGW/halconf.h +++ b/demos/Win32-MinGW/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. */
|