Skip to content

Commit

Permalink
follow up to #2253
Browse files Browse the repository at this point in the history
- rename tud_hid_report_fail_cb() to tud_hid_report_failed_cb() and change its signature
- use default implementation for hid callbacks to be compatible with keil compiler
- code format
  • Loading branch information
hathach committed Jul 17, 2024
1 parent 1ba88ff commit 0ecf15b
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 196 deletions.
2 changes: 1 addition & 1 deletion src/class/cdc/cdc_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef struct TU_ATTR_PACKED {
bool tud_cdc_configure_fifo(tud_cdc_configure_fifo_t const* cfg);

//--------------------------------------------------------------------+
// Application API (Multiple Ports) i.e CFG_TUD_CDC > 1
// Application API (Multiple Ports) i.e. CFG_TUD_CDC > 1
//--------------------------------------------------------------------+

// Check if terminal is connected to this port
Expand Down
Loading

0 comments on commit 0ecf15b

Please sign in to comment.