Skip to content

Commit

Permalink
Resolve #13
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Jun 17, 2023
1 parent 6358f48 commit 4001fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IridiumSBD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ int IridiumSBD::getIMEI(char *IMEI, size_t bufferSize)

//Returns true if the I2C device is connected
//Always returns true for serial
boolean IridiumSBD::isConnected()
bool IridiumSBD::isConnected()
{
if (this->useSerial) // If we are using Serial
{
Expand Down

0 comments on commit 4001fe3

Please sign in to comment.