Skip to content

Commit 4452b8b

Browse files
committed
test forcing build to fail
1 parent 810d506 commit 4452b8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ void setup() {
1313
Router::begin();
1414
Router::info("Controller started.");
1515

16-
1716
Router::add({ping, "ping"}); // example registration
1817
Router::add({help, "help"});
1918

@@ -30,4 +29,3 @@ void setup() {
3029

3130
void loop() {
3231
Router::run(); // loop only runs once, since there is an internal loop in Router::run()
33-
}

0 commit comments

Comments
 (0)