diff options
Diffstat (limited to 'common/host.c')
| -rw-r--r-- | common/host.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host.c b/common/host.c index 2e56971bd..e9b791670 100644 --- a/common/host.c +++ b/common/host.c | |||
| @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <stdint.h> | 18 | #include <stdint.h> |
| 19 | #include <avr/interrupt.h> | 19 | //#include <avr/interrupt.h> |
| 20 | #include "keycode.h" | 20 | #include "keycode.h" |
| 21 | #include "host.h" | 21 | #include "host.h" |
| 22 | #include "util.h" | 22 | #include "util.h" |
| @@ -55,7 +55,7 @@ void host_keyboard_send(report_keyboard_t *report) | |||
| 55 | 55 | ||
| 56 | if (debug_keyboard) { | 56 | if (debug_keyboard) { |
| 57 | dprint("keyboard_report: "); | 57 | dprint("keyboard_report: "); |
| 58 | for (uint8_t i = 0; i < REPORT_SIZE; i++) { | 58 | for (uint8_t i = 0; i < KEYBOARD_REPORT_SIZE; i++) { |
| 59 | dprintf("%02X ", report->raw[i]); | 59 | dprintf("%02X ", report->raw[i]); |
| 60 | } | 60 | } |
| 61 | dprint("\n"); | 61 | dprint("\n"); |
