Merge pull request #810 from nicklasb/master-2
Remove unnecessary condition
This commit is contained in:
commit
42c2dba1cc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ int16_t APRSClient::begin(char sym, char* callsign, uint8_t ssid, bool alt) {
|
|||
table = '/';
|
||||
}
|
||||
|
||||
if((!src) && (this->phyLayer != nullptr)) {
|
||||
if(this->phyLayer != nullptr) {
|
||||
return(RADIOLIB_ERR_INVALID_CALLSIGN);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue