Skip to content

Commit

Permalink
asdfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
khoek committed Apr 6, 2024
1 parent d2ec3e9 commit 05e3204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/usb_hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ static int zmk_usb_hid_send_report(const uint8_t *report, size_t len) {
return -ENODEV;
default:
k_sem_take(&hid_sem, K_MSEC(30));
LOG_DBG("WRITING %d", len);
LOG_HEXDUMP_DBG(report, len, "Z");
int err = hid_int_ep_write(hid_dev, report, len, NULL);

if (err) {
Expand Down

0 comments on commit 05e3204

Please sign in to comment.