mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-03-29 20:03:52 +00:00
include watch_adc.h with everything else
This commit is contained in:
@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include "watch_private.h"
|
||||
#include "watch_adc.h"
|
||||
#include "adc.h"
|
||||
#include "tcc.h"
|
||||
#include "tc.h"
|
||||
|
||||
@ -65,7 +65,7 @@ typedef void (*watch_cb_t)(void);
|
||||
#include "watch_extint.h"
|
||||
#include "watch_led.h"
|
||||
#include "watch_buzzer.h"
|
||||
// #include "watch_adc.h"
|
||||
#include "watch_adc.h"
|
||||
// #include "watch_gpio.h"
|
||||
// #include "watch_i2c.h"
|
||||
// #include "watch_spi.h"
|
||||
|
||||
Reference in New Issue
Block a user