Skip to content

Commit 00cc89f

Browse files
authored
Merge pull request #18 from sparkfun/release_candidate
Resolve #13
2 parents 46c4df3 + 4001fe3 commit 00cc89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IridiumSBD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ int IridiumSBD::getIMEI(char *IMEI, size_t bufferSize)
473473

474474
//Returns true if the I2C device is connected
475475
//Always returns true for serial
476-
boolean IridiumSBD::isConnected()
476+
bool IridiumSBD::isConnected()
477477
{
478478
if (this->useSerial) // If we are using Serial
479479
{

0 commit comments

Comments
 (0)