On Sat, May 9, 2026 at 10:47 PM Francois Berder <[email protected]> wrote: > > If the LED is in the ON state, it is briefly set to OFF > then to ON immediately due to falling-through in the default > case. > This commit ensures that no fall-through occurs and thus
Nit: please avoid writing "This commit ensures ...". Just say "Ensure that no ...." The imperative mood is recommended in commit messages.

