Skip to content

Commit

Permalink
renesas_ra: Fixed the Clang -Wfallthrough warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jan 25, 2024
1 parent 367add4 commit 8a753f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/target/renesas_ra.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ static bool renesas_rv40_pe_mode(target_s *const target, const pe_mode_e pe_mode
case PNR_SERIES_RA6E2:
case PNR_SERIES_RA6T2:
has_fmeprot = true;
BMD_FALLTHROUGH
default:
break;
}
Expand Down

0 comments on commit 8a753f1

Please sign in to comment.