Skip to content

Commit

Permalink
Changed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Sep 19, 2023
1 parent 8fc36e4 commit 6e32624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sw_services/usb/portable/dcd_xcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define CFG_TUD_XCORE_IO_CORE_MASK (~(1 << 0))
#endif

TU_ATTR_WEAK bool tud_xcore_sof_cb(uint8_t rhport, uint32_t current_timestamp);
TU_ATTR_WEAK bool tud_xcore_sof_cb(uint8_t rhport, uint32_t cur_time);
TU_ATTR_WEAK bool tud_xcore_data_cb(uint32_t cur_time, uint32_t ep_num, uint32_t ep_dir, size_t xfer_len);

#include "rtos_usb.h"
Expand Down

0 comments on commit 6e32624

Please sign in to comment.