Skip to content

Commit 0f2b97e

Browse files
committed
Change base class private members to protected
Sub classes will need these things
1 parent bb39060 commit 0f2b97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfe_ublox_cellular.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ class UBX_CELL : public Print
10241024
UBX_CELL_error_t sendCustomCommandWithResponse(const char *command, const char *expectedResponse,
10251025
char *responseDest, unsigned long commandTimeout = UBX_CELL_STANDARD_RESPONSE_TIMEOUT, bool at = true);
10261026

1027-
private:
1027+
protected:
10281028
HardwareSerial *_hardSerial;
10291029
#ifdef UBX_CELL_SOFTWARE_SERIAL_ENABLED
10301030
SoftwareSerial *_softSerial;

0 commit comments

Comments
 (0)