aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/freq_ctr/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/apps/freq_ctr/main.c')
-rw-r--r--firmware/apps/freq_ctr/main.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/firmware/apps/freq_ctr/main.c b/firmware/apps/freq_ctr/main.c
index 761bc17..3dde6c1 100644
--- a/firmware/apps/freq_ctr/main.c
+++ b/firmware/apps/freq_ctr/main.c
@@ -32,17 +32,17 @@ extern int main(void)
PIO_InitializeInterrupts(0);
- printf("\n\r\n\r"
- "=============================================================================\n\r"
- "Freq Ctr firmware " GIT_VERSION " (C) 2019 by Harald Welte\n\r"
- "=============================================================================\n\r");
+ printf("\r\n\r\n"
+ "=============================================================================\r\n"
+ "Freq Ctr firmware " GIT_VERSION " (C) 2019 by Harald Welte\r\n"
+ "=============================================================================\r\n");
board_main_top();
- TRACE_INFO("starting frequency counter...\n\r");
+ TRACE_INFO("starting frequency counter...\r\n");
freq_ctr_init();
- TRACE_INFO("entering main loop...\n\r");
+ TRACE_INFO("entering main loop...\r\n");
while (1) {
WDT_Restart(WDT);