summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-07 17:51:50 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-07 17:51:50 +0800
commit44c5d6bb345d925dd1b41408379a2b42bd2e2617 (patch)
tree1b9c8ff3d4e062f9ffa95648aeb866b4b7e91e96 /main.c
parent099a4f80e6e869582b5abc6d12d381bf6c48780f (diff)
downloadavr-fpm-drivers-44c5d6bb345d925dd1b41408379a2b42bd2e2617.tar.gz
Match print.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 155cca7..66f419e 100644
--- a/main.c
+++ b/main.c
@@ -62,7 +62,7 @@ int main(void)
{
if (fpm_match()) {
fpm_led_on(BLUE);
- _delay_ms(500);
+ _delay_ms(1000);
fpm_led_off();
_delay_ms(500);
}