fix
This commit is contained in:
parent
2d576b07f3
commit
b082b7cb83
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue