10 lines
110 B
C
10 lines
110 B
C
#ifndef SRC_CMDS
|
|
#define SRC_CMDS
|
|
|
|
/**
|
|
* Initialize CLI commands.
|
|
*/
|
|
void cmd_init();
|
|
|
|
#endif /* SRC_CMDS */
|