summaryrefslogtreecommitdiffstats
path: root/app/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.c')
-rw-r--r--app/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/main.c b/app/main.c
index 703d366..356d4da 100644
--- a/app/main.c
+++ b/app/main.c
@@ -3,7 +3,7 @@
int time_known;
-static void cmd_dispatch()
+static void cmd_dispatch (void)
{
uint8_t c;
@@ -49,7 +49,7 @@ static void
board_setup (void)
{
rcc_osc_bypass_enable (HSE);
- RCC_SSCGR=0;
+ RCC_SSCGR = 0;
rcc_clock_setup_hse_3v3 (&hse_10mhz_3v3_168);
rcc_periph_clock_enable (RCC_SYSCFG);