Commit 17844262 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

Slight aesthetic changes

parent 723d2145
......@@ -159,7 +159,7 @@ void gps_parse_nmea(const char *buf)
/*
* NOTE: usbdbg_init() should be called EXTERNALLY, BEFORE gps_init() is
* called
* */
*/
usbdbg_puts(buf);
#endif
}
......
......@@ -85,7 +85,7 @@ int main(void)
vibra_init();
rtc_init();
lcd_init();
gps_init(setting_gps_on.val);
gps_init(setting_get(&setting_gps_on));
ui_init();
auto_backlight_init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment