Skip to content

Commit

Permalink
can2040: Fix typo ',' vs ';'
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Oct 26, 2024
1 parent a1911a0 commit 13321ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/can2040.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pio_match_setup(struct can2040 *cd)
sm->shiftctrl = 0;
sm->instr = 0xe040; // set y, 0
sm->instr = 0xa0e2; // mov osr, y
sm->instr = 0xa02a, // mov x, !y
sm->instr = 0xa02a; // mov x, !y
sm->instr = can2040_offset_match_load_next; // jmp match_load_next
}

Expand Down

0 comments on commit 13321ce

Please sign in to comment.