diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 09:15:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 09:15:07 +0000 |
commit | c86f3377feac7c6342974cf6e147067bf33d4782 (patch) | |
tree | ad54ab1199caad0b0a327106ae88c3fe56c84b57 /testhal/STM32F1xx | |
parent | e48232fcd63b629d9d3f3941b981d9d7c89d2c24 (diff) | |
download | ChibiOS-c86f3377feac7c6342974cf6e147067bf33d4782.tar.gz ChibiOS-c86f3377feac7c6342974cf6e147067bf33d4782.tar.bz2 ChibiOS-c86f3377feac7c6342974cf6e147067bf33d4782.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3333 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx')
-rw-r--r-- | testhal/STM32F1xx/GPT/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F1xx/GPT/main.c b/testhal/STM32F1xx/GPT/main.c index 57b2977d1..09b3ba9b3 100644 --- a/testhal/STM32F1xx/GPT/main.c +++ b/testhal/STM32F1xx/GPT/main.c @@ -77,9 +77,9 @@ int main(void) { * Initializes the GPT drivers 1 and 2.
*/
gptStart(&GPTD1, &gpt1cfg);
- gptPolledDelay(&GPTD1, 10); /* Small dealy.*/
+ gptPolledDelay(&GPTD1, 10); /* Small delay.*/
gptStart(&GPTD2, &gpt2cfg);
- gptPolledDelay(&GPTD2, 10); /* Small dealy.*/
+ gptPolledDelay(&GPTD2, 10); /* Small delay.*/
/*
* Normal main() thread activity, it changes the GPT1 period every
|