Fix: Typo

This commit is contained in:
Cornelius Köpp 2024-11-02 23:00:27 +01:00
parent 8e2facbb9d
commit a42d571356

View File

@ -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);