This commit is contained in:
2019-10-04 10:55:02 +02:00
parent 89ee03f1f4
commit a74a835103
+2 -2
View File
@@ -893,8 +893,8 @@ static void receiveMessage(void *pContext, uint8_t port, const uint8_t *pMessage
byte buf[9]; byte buf[9];
struct { struct {
byte dummy; byte dummy;
int32_t gram_A; uint32_t gram_A;
int32_t gram_B; uint32_t gram_B;
} value; } value;
} bytearray; } bytearray;