diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-13 13:06:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-13 13:06:18 +0000 |
commit | 062cce0bed39edc78dbd86004861823e068541c0 (patch) | |
tree | d28a85736c8bd221df63923cc12e1eeda30048c9 /testhal/STM32/STM32F4xx/IRQ_STORM_FPU | |
parent | 64f1f5f94a2ed2d74c13b19947cf8dde44c0856f (diff) | |
download | ChibiOS-062cce0bed39edc78dbd86004861823e068541c0.tar.gz ChibiOS-062cce0bed39edc78dbd86004861823e068541c0.tar.bz2 ChibiOS-062cce0bed39edc78dbd86004861823e068541c0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7890 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/IRQ_STORM_FPU')
-rw-r--r-- | testhal/STM32/STM32F4xx/IRQ_STORM_FPU/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/main.c b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/main.c index 4f8d5e8bb..694653dda 100644 --- a/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/main.c +++ b/testhal/STM32/STM32F4xx/IRQ_STORM_FPU/main.c @@ -123,7 +123,7 @@ static void gpt3cb(GPTDriver *gptp) { }
/*
- * GPT2 configuration.
+ * GPT4 configuration.
*/
static const GPTConfig gpt4cfg = {
1000000, /* 1MHz timer clock.*/
@@ -203,7 +203,7 @@ int main(void) { chSysInit();
/*
- * Prepares the Serial driver 2 and GPT drivers 2 and 3.
+ * Prepares the Serial driver 2 and GPT drivers 4 and 3.
*/
sdStart(&SD2, NULL); /* Default is 38400-8-N-1.*/
palSetPadMode(GPIOA, 2, PAL_MODE_ALTERNATE(7));
|