Skip to content

Commit

Permalink
modified interval when using version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Jul 5, 2023
1 parent c38ed6a commit 50d7955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDE/Renesas/e2studio/RA6M4/app_RA/src/app_RA.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void app_RA(void)

if (firmware_version == 1) {
wolfBoot_update_trigger();
blink(2);
blink(1);
}
else if (firmware_version == 2) {
blink(5);
Expand Down

0 comments on commit 50d7955

Please sign in to comment.