From 4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 5 Aug 2021 15:49:20 -0400 Subject: documentation! --- watch-library/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'watch-library/main.c') diff --git a/watch-library/main.c b/watch-library/main.c index 42d0b56a..dd0822ad 100755 --- a/watch-library/main.c +++ b/watch-library/main.c @@ -39,7 +39,6 @@ #include "hal_gpio.h" #include "atmel_start_pins.h" #include "watch.h" -#include "app.h" //----------------------------------------------------------------------------- HAL_GPIO_PIN(UART_TX, B, 0) @@ -101,7 +100,7 @@ int main(void) { } // Watch library code. Set initial parameters for the device and enable the RTC. - watch_init(); + _watch_init(); // User code. Give the app a chance to enable and set up peripherals. app_setup(); -- cgit v1.2.3