Skip to content

Commit

Permalink
fix(tinyusb.h): Task affinity mask name
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Jan 20, 2025
1 parent b6594b0 commit 7e22ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/esp_tinyusb/include/tinyusb.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef struct {
bool init; /*!< USB Device Task stack initialization place. When selected, stack will be initialized in the same task which handles the tud_task(). Useful, when affinity mask is set. */
uint8_t size; /*!< USB Device Task size. */
uint8_t priority; /*!< USB Device Task priority. */
tusb_affinity_mask_t affinity; /*!< USB Device Task affinity. */
tusb_task_affinity_mask_t affinity; /*!< USB Device Task affinity. */
} tusb_task_config_t;

/**
Expand Down

0 comments on commit 7e22ff5

Please sign in to comment.