mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
According to the Zephyr Coding Guideline all switch statements shall be well-formed. Added a default labels to switch-clauses without them. Added comments to the empty default cases. Found as a coding guideline violation (MISRA R16.1) by static coding scanning tool. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>