mirror of
https://github.com/thelsing/knx.git
synced 2025-01-02 00:06:43 +01:00
fix build?
This commit is contained in:
parent
0a9a2177e4
commit
7a0a3d30ac
@ -590,7 +590,7 @@ int busValueToAccess(const uint8_t* payload, int payload_length, const Dpt& data
|
|||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
{
|
{
|
||||||
int digits = 0;
|
int32_t digits = 0;
|
||||||
for (int n = 0, factor = 100000; n < 6; ++n, factor /= 10)
|
for (int n = 0, factor = 100000; n < 6; ++n, factor /= 10)
|
||||||
{
|
{
|
||||||
unsigned char digit = bcdFromPayload(payload, n);
|
unsigned char digit = bcdFromPayload(payload, n);
|
||||||
|
@ -44,7 +44,6 @@ class KNXValue
|
|||||||
KNXValue& operator=(const double value);
|
KNXValue& operator=(const double value);
|
||||||
KNXValue& operator=(const char* value);
|
KNXValue& operator=(const char* value);
|
||||||
KNXValue& operator=(const struct tm value);
|
KNXValue& operator=(const struct tm value);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
bool boolValue() const;
|
bool boolValue() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user