aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/GPT/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/GPT/main.c')
-rw-r--r--testhal/STM32/GPT/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/GPT/main.c b/testhal/STM32/GPT/main.c
index 57b2977d1..09b3ba9b3 100644
--- a/testhal/STM32/GPT/main.c
+++ b/testhal/STM32/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