Skip to content

Commit

Permalink
chore: remove exit 1 for docker firmware build
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-abarzua committed Oct 17, 2023
1 parent 36e546a commit dc24fef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions firmware/components/utils/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,8 @@ void exit_panic() {

void nvs_init() {}

void exit_panic() {
std::cout << "PANIC" << std::endl;
exit(1);
}
void exit_panic() { std::cout << "PANIC" << std::endl; }

void wifi_init_sta() {}

void task_add() {}
Expand Down

0 comments on commit dc24fef

Please sign in to comment.