Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR code source path is now used explicitly #106

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/zxversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

#define ZXLIB_MAJOR 19
#define ZXLIB_MINOR 7
#define ZXLIB_PATCH 0
#define ZXLIB_PATCH 1
1 change: 1 addition & 0 deletions makefiles/Makefile.platform
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ else ifeq ($(TARGET_NAME),TARGET_STAX)
# Stax
DEFINES += IO_SEPROXYHAL_BUFFER_SIZE_B=300
DEFINES += NBGL_QRCODE
SDK_SOURCE_PATH += qrcode

# Required by SDK
DEFINES += UNUSED\(x\)=\(void\)x
Expand Down