aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/STM32/RT-STM32F746G-DISCOVERY/readme.txt4
-rw-r--r--testhal/STM32/STM32F30x/DAC/main.c2
-rw-r--r--testhal/STM32/STM32F4xx/DAC/main.c2
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,