reduce codesize
This commit is contained in:
parent
96a79d970d
commit
a2becf91ad
2
main.c
2
main.c
@ -75,7 +75,7 @@ const static uint8_t info[16] = "TWIBOOT m8-v1.2";
|
||||
const static uint8_t signature[4] = { 0x1E, 0x93, 0x07, 0x00 };
|
||||
|
||||
/* wait 40 * 25ms = 1s */
|
||||
volatile static uint8_t boot_timeout = 40;
|
||||
static uint8_t boot_timeout = 40;
|
||||
volatile static uint8_t cmd = CMD_WAIT;
|
||||
|
||||
/* flash buffer */
|
||||
|
Loading…
Reference in New Issue
Block a user