Skip to content

Commit 52edce3

Browse files
committed
Remove from board init
1 parent 7f792f4 commit 52edce3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tildagon/board_init.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// This is the default startup handler for ESP32, does VFS and stuff
66
void boardctrl_startup(void);
77

8-
// TODO put this in a header and get it in the include path somehow
9-
void tildagon_usb_init(void);
108

119
// TODO put this in a header and get it in the include path somehow
1210
// it exists in tildagon_i2c.h but including it here throws an error
@@ -24,9 +22,6 @@ void tildagon_startup(void) {
2422
tildagon_pins_init();
2523

2624
tildagon_power_init();
27-
28-
tildagon_usb_init();
29-
3025

3126
st3m_imu_init();
3227

0 commit comments

Comments
 (0)