mikrokontrollersystemer-pro.../prosjekt.X/command-handler.c

6 lines
114 B
C
Raw Normal View History

#include "command-handler.h"
command_t parse_command(char *command_str);
void route_command(command_t command);