summaryrefslogtreecommitdiffstats
path: root/watch-library/hw/driver_init.c
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-09-13 13:21:33 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-09-13 13:21:33 -0400
commitcd935193e30ba3a44d3fc19d1147859fd9a5b1ed (patch)
tree8d42abf77996aa486010693f155008c754c42cc1 /watch-library/hw/driver_init.c
parent66d45c521edded56ef867b4fe89759d2bce7b75f (diff)
downloadSensor-Watch-cd935193e30ba3a44d3fc19d1147859fd9a5b1ed.tar.gz
Sensor-Watch-cd935193e30ba3a44d3fc19d1147859fd9a5b1ed.tar.bz2
Sensor-Watch-cd935193e30ba3a44d3fc19d1147859fd9a5b1ed.zip
remove unused ASF code
Diffstat (limited to 'watch-library/hw/driver_init.c')
-rw-r--r--watch-library/hw/driver_init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/watch-library/hw/driver_init.c b/watch-library/hw/driver_init.c
index 564ec7a7..273852cf 100644
--- a/watch-library/hw/driver_init.c
+++ b/watch-library/hw/driver_init.c
@@ -11,18 +11,12 @@
#include <utils.h>
#include <hal_init.h>
-#include <hpl_adc_base.h>
-
struct slcd_sync_descriptor SEGMENT_LCD_0;
struct calendar_descriptor CALENDAR_0;
struct i2c_m_sync_desc I2C_0;
-struct pwm_descriptor PWM_0;
-
-struct pwm_descriptor PWM_1;
-
void CALENDAR_0_CLOCK_init(void) {
hri_mclk_set_APBAMASK_RTC_bit(MCLK);
}