-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0864cb2
commit 9a1e2e9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ledger-zxlib
updated
15 files
+4 −1 | app/ui/view.h | |
+3 −1 | app/ui/view_internal.h | |
+4 −0 | app/ui/view_nano.c | |
+37 −2 | app/ui/view_nbgl.c | |
+41 −0 | app/ui/view_s.c | |
+63 −0 | app/ui/view_x.c | |
+1 −1 | dockerized_build.mk | |
+4 −0 | include/app_mode.h | |
+5 −5 | include/buffering.h | |
+2 −0 | include/zxformat.h | |
+3 −3 | include/zxversion.h | |
+15 −0 | src/app_mode.c | |
+5 −5 | src/buffering.c | |
+1 −1 | src/zxcanary.c | |
+34 −0 | tests/macros.cpp |