Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Jul 10, 2024
1 parent d10986f commit f489dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_hidapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static int usbhid_open(const char *port, union pinfo pinfo, union filedescriptor
* provide us with an API function for that, nor for the report
* descriptor (which also contains that information).
*
* Since the Atmel tools a very picky to only respond to incoming
* Since the Atmel tools are very picky to only respond to incoming
* packets that have full size, we need to know whether our device
* handles 512-byte data (JTAGICE3 in CMSIS-DAP mode, or AtmelICE,
* both on USB 2.0 connections), or 64-byte data only (both these on
Expand Down

0 comments on commit f489dac

Please sign in to comment.