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 /testhal/STM32/STM32F4xx | |
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
Diffstat (limited to 'testhal/STM32/STM32F4xx')
-rw-r--r-- | testhal/STM32/STM32F4xx/DAC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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,
|