summaryrefslogtreecommitdiff
path: root/m0110.h
diff options
context:
space:
mode:
authortmk2011-12-19 14:06:53 +0900
committertmk2011-12-19 14:06:53 +0900
commitbaf885dc31e1d4ac98e03870dffea6e19c259427 (patch)
tree6a88bf3d35306b4f7d45fe01f56fafdaa91cb487 /m0110.h
parent3f0289e66678af8c2d1f001ccb9cb34ccfba7c5c (diff)
M0110: added keymaps, mousekeys
Diffstat (limited to 'm0110.h')
-rw-r--r--m0110.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m0110.h b/m0110.h
index fe2e91227..f5c1e21bd 100644
--- a/m0110.h
+++ b/m0110.h
@@ -65,7 +65,7 @@ POSSIBILITY OF SUCH DAMAGE.
extern uint8_t m0110_error;
/* host role */
-void m0110_host_init(void);
+void m0110_init(void);
uint8_t m0110_send(uint8_t data);
uint8_t m0110_recv(void);
uint8_t m0110_recv_key(void);