diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-10 09:54:07 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-10 09:54:07 +0000 |
commit | 3ef88384a3497556c5b55d82942537593e7a09f1 (patch) | |
tree | 90d40e91b59de7a61c2f946a4313c992550c8a7b | |
parent | 6e9319492381db0b8788728908cf235b5d829f87 (diff) | |
download | ChibiOS-3ef88384a3497556c5b55d82942537593e7a09f1.tar.gz ChibiOS-3ef88384a3497556c5b55d82942537593e7a09f1.tar.bz2 ChibiOS-3ef88384a3497556c5b55d82942537593e7a09f1.zip |
Fixwd typos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8202 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/readme.txt | 4 | ||||
-rw-r--r-- | testhal/STM32/STM32F30x/DAC/main.c | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F4xx/DAC/main.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/readme.txt b/demos/STM32/RT-STM32F746G-DISCOVERY/readme.txt index 793da2edb..3b24d2ec3 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/readme.txt +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/readme.txt @@ -1,10 +1,10 @@ *****************************************************************************
-** ChibiOS/RT port for ARM-Cortex-M4 STM32F407. **
+** ChibiOS/RT port for ARM-Cortex-M7 STM32F746G. **
*****************************************************************************
** TARGET **
-The demo runs on an ST STM32F4-Discovery board.
+The demo runs on an ST STM32F746G-Discovery board.
** The Demo **
diff --git a/testhal/STM32/STM32F30x/DAC/main.c b/testhal/STM32/STM32F30x/DAC/main.c index 99d70a77c..ca2410a93 100644 --- a/testhal/STM32/STM32F30x/DAC/main.c +++ b/testhal/STM32/STM32F30x/DAC/main.c @@ -100,7 +100,7 @@ static const DACConversionGroup dacgrpcfg1 = { };
/*
- * GPT2 configuration.
+ * GPT6 configuration.
*/
static const GPTConfig gpt6cfg1 = {
frequency: 1000000U,
diff --git a/testhal/STM32/STM32F4xx/DAC/main.c b/testhal/STM32/STM32F4xx/DAC/main.c index 08b3faf24..67049ff37 100644 --- a/testhal/STM32/STM32F4xx/DAC/main.c +++ b/testhal/STM32/STM32F4xx/DAC/main.c @@ -100,7 +100,7 @@ static const DACConversionGroup dacgrpcfg1 = { };
/*
- * GPT2 configuration.
+ * GPT6 configuration.
*/
static const GPTConfig gpt6cfg1 = {
frequency: 1000000U,
|