Skip to content

Commit 5e782a9

Browse files
Update src/CellularConnectionHandler.cpp
removed redundant preprocessor #if defined Co-authored-by: Andrea Gilardoni <[email protected]>
1 parent 502e12d commit 5e782a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/CellularConnectionHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ UDP & CellularConnectionHandler::getUDP()
5151
PROTECTED MEMBER FUNCTIONS
5252
******************************************************************************/
5353

54-
#if defined(ARDUINO_OPTA) && defined(BOARD_HAS_CELLULAR)
54+
#if defined(ARDUINO_OPTA)
5555
CellularExpansion ce;
5656
static void beginOptaCellular() {
5757
static bool first_call = true;

0 commit comments

Comments
 (0)