diff options
Diffstat (limited to 'bac80.c')
-rw-r--r-- | bac80.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ static uint8_t run_prefix[] = { * part of the payload. */ static uint8_t restart_prefix[] = { - 0x10, 0x01, 0x00, 0x86, 0x81, 0xc7, + 0x11, 0x01, 0x00, 0x86, 0x81, 0xc7, 0x38, 0xfe, /* Point to scratch byte (ERRCODE) */ 0xba, 0x2c, 0xc7, 0, 0, /* CALL address goes here */ |