diff options
author | tmk <nobody@nowhere> | 2012-10-07 11:09:40 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-17 15:55:37 +0900 |
commit | c845fd078c8a8e38e66f625f669a34aa2400d63b (patch) | |
tree | e488de14e3056ff2996c3359e82e3278c0a9ce18 /protocol/pjrc | |
parent | 4ae979f6ef8dbf9e1d1f35be15322ad6d02e2958 (diff) |
changes function name keyboard_proc to keyboard_task
Diffstat (limited to 'protocol/pjrc')
-rw-r--r-- | protocol/pjrc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/pjrc/main.c b/protocol/pjrc/main.c index 0b0a44028e..e0f600fe7c 100644 --- a/protocol/pjrc/main.c +++ b/protocol/pjrc/main.c @@ -86,6 +86,6 @@ int main(void) host_set_driver(pjrc_driver()); while (1) { - keyboard_proc(); + keyboard_task(); } } |