This commit is contained in:
J. Nick Koston 2023-06-09 15:07:56 -05:00
parent b082b7cb83
commit 4a5201c957
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace ratgdo {
uint32_t data; uint32_t data;
} command; } command;
static const commands Command = { static const Command = {
.REBOOT1 = (command) { 0x400000000, 0x0000618b }, .REBOOT1 = (command) { 0x400000000, 0x0000618b },
.REBOOT2 = (command) { 0, 0x01009080 }, .REBOOT2 = (command) { 0, 0x01009080 },
.REBOOT3 = (command) { 0, 0x0000b1a0 }, .REBOOT3 = (command) { 0, 0x0000b1a0 },