aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsm/gps.c
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-22 08:12:51 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-22 08:12:51 +0100
commit597e3815e9ec22bd37cb95c31e4726a8fef8dc73 (patch)
tree7ce6147778c7e9de1793f8e114c32cc460c74923 /src/fsm/gps.c
parente787d8d252f612a259c697ad9d413ca63fb0b387 (diff)
downloadglutte-o-matic-597e3815e9ec22bd37cb95c31e4726a8fef8dc73.tar.gz
glutte-o-matic-597e3815e9ec22bd37cb95c31e4726a8fef8dc73.tar.bz2
glutte-o-matic-597e3815e9ec22bd37cb95c31e4726a8fef8dc73.zip
Init USART1, add hardfault handler
Diffstat (limited to 'src/fsm/gps.c')
-rw-r--r--src/fsm/gps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsm/gps.c b/src/fsm/gps.c
index 2b6d058..7b86f1c 100644
--- a/src/fsm/gps.c
+++ b/src/fsm/gps.c
@@ -103,7 +103,7 @@ void gps_init()
{
gps_timeutc.valid = 0;
- usart_init();
+ usart_gps_init();
timeutc_semaphore = xSemaphoreCreateBinary();