mirror of
https://github.com/thelsing/knx.git
synced 2025-04-23 01:16:29 +02:00
Fix: Typo
This commit is contained in:
parent
8e2facbb9d
commit
a42d571356
@ -531,7 +531,7 @@ namespace Knx
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// convert new value to given dtp
|
// convert new value to given DPT
|
||||||
uint8_t newData[_dataLength];
|
uint8_t newData[_dataLength];
|
||||||
memset(newData, 0, _dataLength);
|
memset(newData, 0, _dataLength);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user