OSDN Git Service

IR signal -> LED.
[kozos-expbrd/kozos_expbrd.git] / firm / sample / simple_mp3_player / os / task_command.h
1
2 #ifndef _TASK_COMMAND_H_
3 #define _TASK_COMMAND_H_
4
5 int task_command(int argc, char *argv[]);
6
7 #endif
8