Skip to content

Commit

Permalink
More formatting..?
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabooman committed Jan 8, 2024
1 parent e06e75b commit 83fd9a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Software/src/devboard/wifi/wifi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ static void init_AP(void) {
}

static void init_wifi(void) {
// Well hellooo there clang-format!
WiFi.mode(WIFI_MODE);
WiFi.mode(WIFI_MODE);
#ifdef ENABLE_AP
init_AP();
#endif
Expand Down

0 comments on commit 83fd9a7

Please sign in to comment.