diff options
Diffstat (limited to 'src/glutt-o-logique/main.c')
-rw-r--r-- | src/glutt-o-logique/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/glutt-o-logique/main.c b/src/glutt-o-logique/main.c index 8152926..0830945 100644 --- a/src/glutt-o-logique/main.c +++ b/src/glutt-o-logique/main.c @@ -23,12 +23,10 @@ */ #include "stm32f4xx_conf.h" - #include "leds.h" -void init(void); - -void init() { +void init() +{ /* Initialise the onboard peripherals * Four LEDs and one push-button */ |