diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 19:40:16 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 19:40:16 +0200 |
commit | 5edd588dd881e184e56fa771d758a3d53d93423c (patch) | |
tree | 0cfb97263c84077467fac025c8e141953fe94dad /src/common/includes/GPIO | |
parent | 1a57a0ddd9d67569c1ada918547b5743f0b1afc5 (diff) | |
download | glutte-o-matic-5edd588dd881e184e56fa771d758a3d53d93423c.tar.gz glutte-o-matic-5edd588dd881e184e56fa771d758a3d53d93423c.tar.bz2 glutte-o-matic-5edd588dd881e184e56fa771d758a3d53d93423c.zip |
Reset GPS on startup
Diffstat (limited to 'src/common/includes/GPIO')
-rw-r--r-- | src/common/includes/GPIO/usart.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/includes/GPIO/usart.h b/src/common/includes/GPIO/usart.h index ed7d441..681d86f 100644 --- a/src/common/includes/GPIO/usart.h +++ b/src/common/includes/GPIO/usart.h @@ -48,6 +48,9 @@ void usart_init(void); // Needs running scheduler void usart_gps_init(void); +// Take GPS out of RESET +void usart_gps_remove_reset(void); + // Send the str to the GPS receiver void usart_gps_puts(const char* str); |