This commit is contained in:
Michael Waiblinger 2016-06-02 00:16:43 +02:00
parent f02030edc5
commit 77c61fdc78

View File

@ -10,5 +10,5 @@ typedef struct OW_switch {
uint8_t nick;
uint8_t addr[8];
uint8_t last_state;
// CAN_telegram event[2];
CAN_telegram event[2];
} OW_switch;