From 9a938eecbd2b70c970992583b5c16da717d8e254 Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 13 Feb 2011 00:15:51 +0900 Subject: host interface for pjrc --- command.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 command.h (limited to 'command.h') diff --git a/command.h b/command.h new file mode 100644 index 0000000000..e83aec625a --- /dev/null +++ b/command.h @@ -0,0 +1,6 @@ +#ifndef COMMAND_H +#define COMMAND + +uint8_t command_proc(void); + +#endif -- cgit v1.2.3