forked from test34/can_wizard
9 lines
122 B
C
9 lines
122 B
C
#ifndef MAIN_CMD_CAN_H
|
|
#define MAIN_CMD_CAN_H
|
|
|
|
|
|
// functions
|
|
|
|
void register_can_commands(void);
|
|
|
|
#endif // MAIN_CMD_CAN_H
|