diff options
| author | Rocky04 <[email protected]> | 2023-09-14 19:16:45 +0000 |
|---|---|---|
| committer | Rocky04 <[email protected]> | 2023-09-14 19:16:45 +0000 |
| commit | 337d03d36883c5067d102900e6ce14e98ce3f8f0 (patch) | |
| tree | 29a3901211c195f3b1873b457ab5d61e9a6d9c37 /src/device | |
| parent | c87fba1dc3b8cc8a1f72aca312bb5c0d1312464b (diff) | |
Incorrect comment
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 3831cdfcf..1de51af3e 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -97,7 +97,6 @@ bool tud_disconnect(void); bool tud_connect(void); // Enable or disable the Start Of Frame callback support -// Return false on unsupported MCUs bool tud_sof_cb_enable(bool en); // Carry out Data and Status stage of control transfer |
