diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-02 13:02:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-02 13:02:43 +0000 |
commit | 15e6fecf11e470abebe963177434f83883e63acf (patch) | |
tree | f30c522495b4c9b3143af8afb0a0f0a9b993a446 /demos/ARMCM3-STM32F103-FATFS-GCC | |
parent | 61038954f731debcf474b097a1f7283e4cf198fc (diff) | |
download | ChibiOS-15e6fecf11e470abebe963177434f83883e63acf.tar.gz ChibiOS-15e6fecf11e470abebe963177434f83883e63acf.tar.bz2 ChibiOS-15e6fecf11e470abebe963177434f83883e63acf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1494 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-FATFS-GCC')
-rw-r--r-- | demos/ARMCM3-STM32F103-FATFS-GCC/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103-FATFS-GCC/mcuconf.h b/demos/ARMCM3-STM32F103-FATFS-GCC/mcuconf.h index f49b49597..568dffb11 100644 --- a/demos/ARMCM3-STM32F103-FATFS-GCC/mcuconf.h +++ b/demos/ARMCM3-STM32F103-FATFS-GCC/mcuconf.h @@ -18,7 +18,7 @@ */
/*
- * Drivers configuration for the Olimex STM33-P103 proto board.
+ * STM32 drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the driver
|