aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32L1xx/GPT/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32L1xx/GPT/main.c')
-rw-r--r--testhal/STM32L1xx/GPT/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32L1xx/GPT/main.c b/testhal/STM32L1xx/GPT/main.c
index 4fadc4f9c..380d9650c 100644
--- a/testhal/STM32L1xx/GPT/main.c
+++ b/testhal/STM32L1xx/GPT/main.c
@@ -29,7 +29,7 @@ static void gpt2cb(GPTDriver *gptp) {
(void)gptp;
palSetPad(GPIOB, GPIOB_LED4);
chSysLockFromIsr();
- gptStartOneShotI(&GPTD3, 200); /* 0.02 second pulse.*/
+ gptStartOneShotI(&GPTD3, 1000); /* 0.02 second pulse.*/
chSysUnlockFromIsr();
}