Skip to content

Commit

Permalink
Merge pull request #63 from cosmos/dev
Browse files Browse the repository at this point in the history
Minor fix for log information
  • Loading branch information
ftheirs authored May 11, 2022
2 parents 78a1a26 + 67d92f1 commit 0bec275
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=2
# This is the `spec_version` field of `Runtime`
APPVERSION_N=34
# This is the patch version of this release
APPVERSION_P=3
APPVERSION_P=4
3 changes: 2 additions & 1 deletion app/src/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ zxerr_t addr_getNumItems(uint8_t *num_items) {
if (app_mode_expert()) {
zemu_log("num_items 2\n");
*num_items = 2;
} else {
zemu_log("num_items 1\n");
}
zemu_log("num_items 1\n");
return zxerr_ok;
}

Expand Down
Binary file modified tests_zemu/snapshots/s-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/s-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bec275

Please sign in to comment.