forked from test34/can_wizard
7 lines
110 B
C
7 lines
110 B
C
|
#ifndef MAIN_CMD_SYSTEM_H
|
||
|
#define MAIN_CMD_SYSTEM_H
|
||
|
|
||
|
void register_system(void);
|
||
|
|
||
|
#endif // MAIN_CMD_SYSTEM_H
|