aboutsummaryrefslogtreecommitdiff
path: root/example-led/sample.c
diff options
context:
space:
mode:
Diffstat (limited to 'example-led/sample.c')
-rw-r--r--example-led/sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-led/sample.c b/example-led/sample.c
index c89b2bc..d8a9ac6 100644
--- a/example-led/sample.c
+++ b/example-led/sample.c
@@ -14,7 +14,7 @@ static void
wait_for (uint32_t usec)
{
#if defined(BUSY_LOOP)
- uint32_t count = usec *18;
+ uint32_t count = usec * 6;
uint32_t i;
for (i = 0; i < count; i++)