Skip to content

Commit 6c849cf

Browse files
committed
Fix #194: missing return <val>
1 parent aeb4297 commit 6c849cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/arduino_lorawan_sessionstate.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ Arduino_LoRaWAN::ApplySessionState(
411411
LMIC_disableChannel(ch);
412412
}
413413
#endif
414+
return true;
414415
}
415416

416417
#undef FUNCTION

0 commit comments

Comments
 (0)