From 5edd588dd881e184e56fa771d758a3d53d93423c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 9 Sep 2016 19:40:16 +0200 Subject: Reset GPS on startup --- src/common/includes/GPIO/usart.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/includes/GPIO') 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); -- cgit v1.2.3