Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mooltipass/minible
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Mar 30, 2022
2 parents 321171d + 9f5b62a commit 20a536a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source_code/main_mcu/src/COMMS/comms_hid_msgs.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ void comms_hid_msgs_parse(hid_message_t* rcv_msg, uint16_t supposed_payload_leng
{
comms_hid_msgs_send_ack_nack_message(is_message_from_usb, rcv_message_type, FALSE);
}
return;
}

case HID_CMD_GET_DEVICE_INT_SN:
Expand Down

0 comments on commit 20a536a

Please sign in to comment.