Skip to content

Commit

Permalink
Visible LED feedback when using the embedded core (V4)
Browse files Browse the repository at this point in the history
  • Loading branch information
erique committed Jun 3, 2021
1 parent 9b46201 commit c275b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Replay_Boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ static __attribute__ ((noinline)) void FPGA_WriteGeneratedImage(uint32_t base)
buffer[i++] = c;

if (i == sizeof(buffer)) {
if ((write_offset >> 10) & 1) {
if ((write_offset >> 14) & 1) {
ACTLED_ON;

} else {
Expand Down

0 comments on commit c275b1e

Please sign in to comment.