mirror of
https://github.com/thelsing/knx.git
synced 2025-07-30 13:46:26 +02:00
AddressTableObject::contains minimal improve
This commit is contained in:
parent
3a85f69975
commit
48b92797ac
@ -77,8 +77,7 @@ const uint8_t* AddressTableObject::restore(const uint8_t* buffer)
|
||||
|
||||
bool AddressTableObject::contains(uint16_t addr)
|
||||
{
|
||||
uint16_t foundTsap = getTsap(addr);
|
||||
return (foundTsap > 0);
|
||||
return (getTsap(addr) > 0);
|
||||
}
|
||||
|
||||
void AddressTableObject::beforeStateChange(LoadState& newState)
|
||||
|
Loading…
Reference in New Issue
Block a user