diff options
Diffstat (limited to 'watch-library/main.c')
-rwxr-xr-x | watch-library/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |