aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/includes/GPIO
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/includes/GPIO')
-rw-r--r--src/common/includes/GPIO/usart.h3
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);