From b082b7cb83f8263255359bf2b61c0e108e714f4c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 15:07:27 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 440f69d..173b086 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -38,20 +38,6 @@ namespace ratgdo { uint32_t data; } command; - typedef struct { - command REBOOT1; - command REBOOT2; - command REBOOT3; - command REBOOT4; - command REBOOT5; - command REBOOT6; - command REBOOT4; - command DOOR1; - command DOOR2; - command LIGHT; - command LOCK; - } commands; - static const commands Command = { .REBOOT1 = (command) { 0x400000000, 0x0000618b }, .REBOOT2 = (command) { 0, 0x01009080 },