Skip to content

Fix compilation error when OLED is disabled#816

Open
yoichi wants to merge 1 commit into
Yowkees:mainfrom
yoichi:fix-compilation-error-when-oled-is-disabled
Open

Fix compilation error when OLED is disabled#816
yoichi wants to merge 1 commit into
Yowkees:mainfrom
yoichi:fix-compilation-error-when-oled-is-disabled

Conversation

@yoichi
Copy link
Copy Markdown
Contributor

@yoichi yoichi commented Aug 30, 2025

Fixes #798

Fix compilation error when OLED is disabled (OLED_ENABLE = no in rules.mk)

  • 'code_to_name' undeclared
  • unused const LFSTR_OFF, LFSTR_ON

* 'code_to_name' undeclared
* unused const LFSTR_OFF, LFSTR_ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OLED_ENABLE = noにするとビルドエラーが発生する

1 participant