X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fhost.c;h=e9b791670670eed07b9956495c1fc38dde989bab;hb=0a181c7eb58b79405ee91e7fca9f827678424872;hp=2e56971bddb6a9abca480f3d7764a0b0585dc136;hpb=3eeb0a96232af825962fa1e9b05b80ac1cfd1868;p=max%2Ftmk_keyboard.git diff --git a/common/host.c b/common/host.c index 2e56971b..e9b79167 100644 --- a/common/host.c +++ b/common/host.c @@ -16,7 +16,7 @@ along with this program. If not, see . */ #include -#include +//#include #include "keycode.h" #include "host.h" #include "util.h" @@ -55,7 +55,7 @@ void host_keyboard_send(report_keyboard_t *report) if (debug_keyboard) { dprint("keyboard_report: "); - for (uint8_t i = 0; i < REPORT_SIZE; i++) { + for (uint8_t i = 0; i < KEYBOARD_REPORT_SIZE; i++) { dprintf("%02X ", report->raw[i]); } dprint("\n");