Skip to content

Commit 6b4b029

Browse files
committed
Fix bug in switchCase example code
Fixes regression of previously reported/fixed issue arduino/Arduino#3722
1 parent c6eda80 commit 6b4b029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Language/Structure/Control Structure/switchCase.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Nothing
7676
default:
7777
// if nothing else matches, do the default
7878
// default is optional
79+
break;
7980
}
8081
8182
----

0 commit comments

Comments
 (0)