summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/driver_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smol Watch Project/My Project/driver_init.h')
-rw-r--r--Smol Watch Project/My Project/driver_init.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/Smol Watch Project/My Project/driver_init.h b/Smol Watch Project/My Project/driver_init.h
index 1c11d10c..66ff8aac 100644
--- a/Smol Watch Project/My Project/driver_init.h
+++ b/Smol Watch Project/My Project/driver_init.h
@@ -30,9 +30,7 @@ extern "C" {
#include <hal_i2c_m_sync.h>
#include <hal_delay.h>
-#include <hpl_tc_base.h>
-#include <hal_pwm.h>
-#include <hpl_tc_base.h>
+#include <tc_lite.h>
#include <hal_pwm.h>
#include <hpl_tcc.h>
@@ -44,8 +42,6 @@ extern struct calendar_descriptor CALENDAR_0;
extern struct i2c_m_sync_desc I2C_0;
-extern struct pwm_descriptor PWM_0;
-
extern struct pwm_descriptor PWM_1;
extern struct slcd_sync_descriptor SEGMENT_LCD_0;
@@ -62,9 +58,11 @@ void I2C_0_PORT_init(void);
void delay_driver_init(void);
-void PWM_0_PORT_init(void);
void PWM_0_CLOCK_init(void);
-void PWM_0_init(void);
+
+void PWM_0_PORT_init(void);
+
+int8_t PWM_0_init(void);
void PWM_1_PORT_init(void);
void PWM_1_CLOCK_init(void);