Skip to content

Commit 335a553

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CellularConnectionHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ UDP & CellularConnectionHandler::getUDP()
5454
PROTECTED MEMBER FUNCTIONS
5555
******************************************************************************/
5656

57-
#if defined(ARDUINO_OPTA) && defined(BOARD_HAS_CELLULAR)
57+
#if defined(ARDUINO_OPTA)
5858
CellularExpansion ce;
5959
static void beginOptaCellular() {
6060
static bool first_call = true;

0 commit comments

Comments
 (0)