Skip to content

Commit 2f1164f

Browse files
committed
- fixed typo
1 parent ccc2dbb commit 2f1164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_ConnectionHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class ConnectionHandler {
132132

133133
#ifdef BOARD_HAS_WIFI
134134
#include "Arduino_WiFiConnectionHandler.h"
135-
#elif define(BOARD_HAS_GSM)
135+
#elif defined(BOARD_HAS_GSM)
136136
#include "Arduino_GSMConnectionHandler.h"
137137
#endif
138138

0 commit comments

Comments
 (0)