mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-02 19:56:11 -04:00
fw: Fix qemu_firmware build warnings
This commit is contained in:
parent
f4f8c9e6c6
commit
460d310c73
1 changed files with 2 additions and 2 deletions
|
@ -449,11 +449,11 @@ static enum state start_where(struct context *ctx)
|
|||
debug_lf();
|
||||
|
||||
debug_puts(" ->app_digest: \n");
|
||||
debug_hexdump(resetinfo->app_digest, RESET_DIGEST_SIZE);
|
||||
debug_hexdump((void *)resetinfo->app_digest, RESET_DIGEST_SIZE);
|
||||
debug_lf();
|
||||
|
||||
debug_puts(" ->next_app_data: \n");
|
||||
debug_hexdump(resetinfo->next_app_data, RESET_DATA_SIZE);
|
||||
debug_hexdump((void *)resetinfo->next_app_data, RESET_DATA_SIZE);
|
||||
debug_lf();
|
||||
|
||||
// Where do we start?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue