Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dzurikmiroslav committed Nov 22, 2024
1 parent cab740f commit d88dee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
components/*/lib/**/*
components/*/lib/**/**/*
components/libs/**/**/*
2 changes: 1 addition & 1 deletion main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void app_main(void)

ESP_ERROR_CHECK(gpio_install_isr_service(0));

board_config_load();
board_config_load();

wifi_init();
peripherals_init();
Expand Down

0 comments on commit d88dee5

Please sign in to comment.