Skip to content

Commit cafc1c6

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 3d4fb5f commit cafc1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/WiFi/src/WiFiGeneric.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ bool WiFiGenericClass::mode(wifi_mode_t m) {
598598
}
599599
} else {
600600
#if CONFIG_SOC_WIFI_HE_SUPPORT
601-
#define WIFI_PROTOCOL_DEFAULT (WIFI_PROTOCOL_11B|WIFI_PROTOCOL_11G|WIFI_PROTOCOL_11N|WIFI_PROTOCOL_11AX)
601+
#define WIFI_PROTOCOL_DEFAULT (WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G | WIFI_PROTOCOL_11N | WIFI_PROTOCOL_11AX)
602602
#else
603-
#define WIFI_PROTOCOL_DEFAULT (WIFI_PROTOCOL_11B|WIFI_PROTOCOL_11G|WIFI_PROTOCOL_11N)
603+
#define WIFI_PROTOCOL_DEFAULT (WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G | WIFI_PROTOCOL_11N)
604604
#endif
605605
uint8_t current_protocol = 0;
606606
if (m & WIFI_MODE_STA) {

0 commit comments

Comments
 (0)