Skip to content

Commit

Permalink
Add return
Browse files Browse the repository at this point in the history
  • Loading branch information
chwon64 committed Dec 4, 2018
1 parent 3d29b82 commit 378807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/arduino_lorawan_begin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Arduino_LoRaWAN *Arduino_LoRaWAN::pLoRaWAN = NULL;
// if called with no arguments, ask the library
bool Arduino_LoRaWAN::begin()
{
this->begin(Arduino_LMIC::GetPinmap_ThisBoard());
return this->begin(Arduino_LMIC::GetPinmap_ThisBoard());
}

bool Arduino_LoRaWAN::begin(
Expand Down

1 comment on commit 378807e

@terrillmoore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes, thanks.

Please sign in to comment.