From 77c61fdc7857a3f19b121a2ae22df7aae81d050d Mon Sep 17 00:00:00 2001 From: Michael Waiblinger Date: Thu, 2 Jun 2016 00:16:43 +0200 Subject: [PATCH] fix --- src/CANode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;