Skip to content

Commit

Permalink
canloader works
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Mar 10, 2018
1 parent b259e2a commit bfa7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/spi_flasher.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void CAN1_RX0_IRQHandler() {
}
} else if (type == 0x20) {
if (isotp_buf_remain > 0) {
memcpy(isotp_buf_ptr, dat, 7);
memcpy(isotp_buf_ptr, dat+1, 7);
isotp_buf_ptr += 7;
isotp_buf_remain -= 7;
}
Expand Down

0 comments on commit bfa7d2e

Please sign in to comment.