You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In comm_can.c, status messages stat_msgs, stat_msgs_1, stat_msgs_2, etc are not guarded by mutexes. I do not have much experiences in ChibiOS, I wonder if that is prone to data race.
The text was updated successfully, but these errors were encountered:
In
comm_can.c
, status messagesstat_msgs
,stat_msgs_1
,stat_msgs_2
, etc are not guarded by mutexes. I do not have much experiences in ChibiOS, I wonder if that is prone to data race.The text was updated successfully, but these errors were encountered: