summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7a5290f..74efae2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,7 @@
#include <libopencm3/stm32/gpio.h>
-#define DELAY 1000000
+#define DELAY 100000
void clock_init(void);