mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-07 22:22:29 -04:00
Add fw state and fw cmd to trigger a start of a preloaded app
This commit is contained in:
parent
bdc4351480
commit
9330b9b5bb
4 changed files with 32 additions and 2 deletions
|
@ -108,6 +108,10 @@ void fwreply(struct frame_header hdr, enum fwcmd rspcode, uint8_t *buf)
|
|||
len = LEN_32;
|
||||
break;
|
||||
|
||||
case FW_RSP_LOAD_APP_FLASH:
|
||||
len = LEN_1;
|
||||
break;
|
||||
|
||||
default:
|
||||
htif_puts("fwreply(): Unknown response code: 0x");
|
||||
htif_puthex(rspcode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue