Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Sep 27, 2024
1 parent a8a0831 commit 3784084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static int get_addr_check_index(const CANPacket_t *to_push, RxCheck addr_list[],

static void update_addr_timestamp(RxCheck addr_list[], int index) {
if (index != -1) {
uint32_t ts = microsecond_timer_get() ;
uint32_t ts = microsecond_timer_get();
addr_list[index].status.last_timestamp = ts;
}
}
Expand Down

0 comments on commit 3784084

Please sign in to comment.