Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolySync/oscc
/ init_can_msg_array
Function
init_can_msg_array
utils/diagnostics_tool/src/can_monitor.c:204–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
//
204
void init_can_msg_array()
205
{
206
int i;
207
208
for( i = 0; i < CAN_MSG_ARRAY_SIZE; i ++ )
209
{
210
can_msg_array[ i ].can_id = 0;
211
}
212
}
213
214
215
//
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected