Skip to content

Commit c897c65

Browse files
committed
Remove ARDUINO_PORTENTA_H7_M4 form supported build options
1 parent 7beb1c3 commit c897c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_ConnectionHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_LATEST_VERSION
4444
#endif
4545

46-
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_NICLA_VISION)
46+
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION)
4747
#include <WiFi.h>
4848
#include <WiFiUdp.h>
4949

0 commit comments

Comments
 (0)