diff --git a/src/CANode.h b/src/CANode.h index c2a9c41..b6b98ff 100644 --- a/src/CANode.h +++ b/src/CANode.h @@ -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;