Skip to content

Fix: Add missing break statement after STD_MODE_NORMAL case#16

Open
FourBob wants to merge 1 commit into
bracci:masterfrom
FourBob:fix/missing-break-statement
Open

Fix: Add missing break statement after STD_MODE_NORMAL case#16
FourBob wants to merge 1 commit into
bracci:masterfrom
FourBob:fix/missing-break-statement

Conversation

@FourBob

@FourBob FourBob commented Jul 7, 2026

Copy link
Copy Markdown

Problem

There is a missing break statement after the STD_MODE_NORMAL case (around line 943-944).
This causes an unintended fall-through to EXT_MODE_TIMESET when EVENTS is compiled.

Solution

Added the missing break statement before case EXT_MODE_TIMESET.

Details

  • Line 943: After #endif for EVENTS
  • Missing break causes fall-through behavior
  • Affects display when in STD_MODE_NORMAL with EVENTS enabled

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.

1 participant