mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
Remove unused array (#103)
This commit is contained in:
@@ -51,7 +51,6 @@ uint32_t ApplicationProgramObject::getInt(uint32_t addr)
|
||||
|
||||
double ApplicationProgramObject::getFloat(uint32_t addr, ParameterFloatEncodings encoding)
|
||||
{
|
||||
uint8_t buffer[8];
|
||||
switch (encoding)
|
||||
{
|
||||
case Float_Enc_DPT9:
|
||||
|
||||
Reference in New Issue
Block a user