Skip to content
Snippets Groups Projects
Commit c015e5f9 authored by burneykb's avatar burneykb
Browse files

ready to use function pointers from other cli specific functions

parent 4b5772bb
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
#include <string.h>
#include <err.h>
#include "cli.h"
#include "frontend_common.h"
......
#ifndef __CLI_H
#define __CLI_H
enum CommandNameIds{
CMD_MONITOR,
CMD_SETPID,
CMD_GETPID,
CMD_GETImu,
CMD_GETIMU,
MAX_COMMANDS
};
......@@ -16,6 +20,5 @@ static char* commandNames[MAX_COMMANDS] = {
"getImu"
};
static
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment