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