tmk_keyboard/command.h

7 lines
71 B
C
Raw Normal View History

2011-02-12 10:15:51 -05:00
#ifndef COMMAND_H
#define COMMAND
uint8_t command_proc(void);
#endif