diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-30 15:36:55 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-30 15:36:55 +0000 |
commit | db61d719ed076c0d00d187b2b5fdd32b00411aa7 (patch) | |
tree | b7838a0bde7901ace70be4665e0e5c27d4b6955f /demos/STM32 | |
parent | 4ec01316ea530b9bd9b40a1947a7a45f737c4ef6 (diff) | |
download | ChibiOS-db61d719ed076c0d00d187b2b5fdd32b00411aa7.tar.gz ChibiOS-db61d719ed076c0d00d187b2b5fdd32b00411aa7.tar.bz2 ChibiOS-db61d719ed076c0d00d187b2b5fdd32b00411aa7.zip |
Fixed wrong comment in RT-STM32F207ZG-NUCLEO144/main.c
Added bunch of demos related to STM32F2xx
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9391 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r-- | demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c b/demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c index fa8247b41..8e76d745b 100644 --- a/demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c +++ b/demos/STM32/RT-STM32F207ZG-NUCLEO144/main.c @@ -59,7 +59,7 @@ int main(void) { chSysInit();
/*
- * Activates the serial driver 1 using the driver default configuration.
+ * Activates the serial driver 3 using the driver default configuration.
*/
sdStart(&SD3, NULL);
|