Skip to content

Commit 51fcb61

Browse files
miyazakhdanielinux
authored andcommitted
modified interval when using version 1
1 parent 5fdc5e6 commit 51fcb61

File tree

1 file changed

+1
-1
lines changed
  • IDE/Renesas/e2studio/RA6M4/app_RA/src

1 file changed

+1
-1
lines changed

IDE/Renesas/e2studio/RA6M4/app_RA/src/app_RA.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void app_RA(void)
175175

176176
if (firmware_version == 1) {
177177
wolfBoot_update_trigger();
178-
blink(2);
178+
blink(1);
179179
}
180180
else if (firmware_version == 2) {
181181
blink(5);

0 commit comments

Comments
 (0)