We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f792f4 commit 52edce3Copy full SHA for 52edce3
tildagon/board_init.c
@@ -5,8 +5,6 @@
5
// This is the default startup handler for ESP32, does VFS and stuff
6
void boardctrl_startup(void);
7
8
-// TODO put this in a header and get it in the include path somehow
9
-void tildagon_usb_init(void);
10
11
// TODO put this in a header and get it in the include path somehow
12
// it exists in tildagon_i2c.h but including it here throws an error
@@ -24,9 +22,6 @@ void tildagon_startup(void) {
24
22
tildagon_pins_init();
25
23
26
tildagon_power_init();
27
-
28
- tildagon_usb_init();
29
30
31
st3m_imu_init();
32
0 commit comments