Skip to content

Commit 6f57db9

Browse files
committed
Testing yml using failing commit
1 parent 8415bd6 commit 6f57db9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pio_workspace/src/main.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ void setup() {
1212
#ifdef ACTUATOR_H
1313
actuator_setup();
1414
#elif DISPLAY_H
15-
display_setup();
16-
#elif POWER_H
17-
power_setup();
18-
#endif
19-
}
15+
display_setup
2016

2117
void loop() {
2218
#ifdef ACTUATOR_H

0 commit comments

Comments
 (0)