Skip to content

Commit

Permalink
Add comment about SEREMU readiness change
Browse files Browse the repository at this point in the history
  • Loading branch information
Koromix committed Jan 17, 2022
1 parent df6eab1 commit 3ab1662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libty/class_teensy.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ static int teensy_open_interface(ty_board_interface *iface)
case HS_DEVICE_TYPE_HID: {
static const unsigned char seremu_magic[] = {0, 0xAB, 0xBA, 0xCD, 0xDC};

/* Signal SEREMU readiness to the Teensy */
r = (int)hs_hid_send_feature_report(iface->port, seremu_magic, sizeof(seremu_magic));
if (r < 0)
return ty_libhs_translate_error(r);
Expand Down

0 comments on commit 3ab1662

Please sign in to comment.