diff options
| author | Mike Ajax <[email protected]> | 2026-08-30 10:15:49 -0700 |
|---|---|---|
| committer | Mike Ajax <[email protected]> | 2026-08-30 10:15:49 -0700 |
| commit | e056a04a011225479f0be61fc9b37d828e506a26 (patch) | |
| tree | b1103769b27c01911c9a9ef5a8aa05b8da606c61 | |
| parent | aa535e8268ec962aa69a5d613b37075973ac1d5c (diff) | |
remove unnecessary comment
| -rw-r--r-- | src/typec/usbc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/typec/usbc.h b/src/typec/usbc.h index dfc96dee9..fc4773b07 100644 --- a/src/typec/usbc.h +++ b/src/typec/usbc.h @@ -65,7 +65,6 @@ extern void tcd_int_handler(uint8_t rhport); bool tuc_pd_data_received_cb(uint8_t rhport, pd_header_t const* header, uint8_t const* dobj, uint8_t const* p_end); bool tuc_pd_control_received_cb(uint8_t rhport, pd_header_t const* header); -// Invoked from tuc_task() only when the derived attachment state changes. void tuc_attach_changed_cb(uint8_t rhport, bool attached); //--------------------------------------------------------------------+ |
