diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-05-09 19:34:16 -0700 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-05-09 19:34:16 -0700 |
commit | 7f2f09d3712ac72e54436b479ca2f2130b6e320d (patch) | |
tree | 015d53639e618cc1fbc98c429891d232a968d2b7 /Smol Watch Project/My Project/driver_init.h | |
parent | 7e9ef16a18ce8dfcb9f2950eb2fb327886d33480 (diff) | |
download | Sensor-Watch-7f2f09d3712ac72e54436b479ca2f2130b6e320d.tar.gz Sensor-Watch-7f2f09d3712ac72e54436b479ca2f2130b6e320d.tar.bz2 Sensor-Watch-7f2f09d3712ac72e54436b479ca2f2130b6e320d.zip |
new atmel studio setup
Diffstat (limited to 'Smol Watch Project/My Project/driver_init.h')
-rw-r--r-- | Smol Watch Project/My Project/driver_init.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Smol Watch Project/My Project/driver_init.h b/Smol Watch Project/My Project/driver_init.h index 1c11d10c..107b1568 100644 --- a/Smol Watch Project/My Project/driver_init.h +++ b/Smol Watch Project/My Project/driver_init.h @@ -30,7 +30,6 @@ 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> @@ -72,7 +71,7 @@ void PWM_1_init(void); void EXTERNAL_IRQ_0_init(void);
-void SEGMENT_LCD_0_init(void);
+void SEGMENT_LCD_0_init(void); /** * \brief Perform system initialization, initialize pins and clocks for |