summaryrefslogtreecommitdiffstats
path: root/watch-library/main.c
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-08-05 15:49:20 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-08-05 16:04:03 -0400
commit4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e (patch)
treec982b97709a027778b483c50d795d5a33cca9f0d /watch-library/main.c
parentfb249f9b487ae2d6b14ae9ce875ef4054d05c6f2 (diff)
downloadSensor-Watch-4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e.tar.gz
Sensor-Watch-4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e.tar.bz2
Sensor-Watch-4e0f249bd23996bc9f3aac6a2bfd5602bdaef53e.zip
documentation!
Diffstat (limited to 'watch-library/main.c')
-rwxr-xr-xwatch-library/main.c3
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();