Skip to content

Commit

Permalink
undo leftover from PR 2508
Browse files Browse the repository at this point in the history
  • Loading branch information
scaprile committed Dec 14, 2023
1 parent ad90b0b commit a14a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stm32/nucleo-h563zi-make-baremetal-builtin/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int main(void) {
}

MG_INFO(("Initialising application..."));
//web_init(&mgr);
web_init(&mgr);

MG_INFO(("Starting event loop"));
for (;;) {
Expand Down

0 comments on commit a14a838

Please sign in to comment.