aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-FATFS
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-28 06:54:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-28 06:54:35 +0000
commit7bdd564b9d903146bbfc02fe38e586fc8e15f282 (patch)
treec644e509bc81a35a96bad01c9d801206a52d3627 /demos/ARMCM3-STM32F103-FATFS
parentddc9ded3f065d8da59a843390814b1c19061c566 (diff)
downloadChibiOS-7bdd564b9d903146bbfc02fe38e586fc8e15f282.tar.gz
ChibiOS-7bdd564b9d903146bbfc02fe38e586fc8e15f282.tar.bz2
ChibiOS-7bdd564b9d903146bbfc02fe38e586fc8e15f282.zip
Updated demos using the shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3094 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-FATFS')
-rw-r--r--demos/ARMCM3-STM32F103-FATFS/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F103-FATFS/main.c b/demos/ARMCM3-STM32F103-FATFS/main.c
index e3a5fc6ad..a6404bf74 100644
--- a/demos/ARMCM3-STM32F103-FATFS/main.c
+++ b/demos/ARMCM3-STM32F103-FATFS/main.c
@@ -62,8 +62,7 @@ static bool_t mmc_is_protected(void) {return !palReadPad(IOPORT3, GPIOC_MMCWP);}
/* Generic large buffer.*/
uint8_t fbuff[1024];
-static FRESULT scan_files(BaseChannel *chp, char *path)
-{
+static FRESULT scan_files(BaseChannel *chp, char *path) {
FRESULT res;
FILINFO fno;
DIR dir;