diff options
| author | Brent Kowal <[email protected]> | 2024-07-11 12:13:30 -0400 |
|---|---|---|
| committer | Brent Kowal <[email protected]> | 2024-07-11 12:13:30 -0400 |
| commit | 13f5f20c981cc54baa8438e275524db03fb79e94 (patch) | |
| tree | 64ed26de3f1e430c56339229fd129b080e6f68a7 /src | |
| parent | 494533f9d7b7961dd9a3acf7c2e9070f8ba172b5 (diff) | |
Pre-commit fixes.
Resolve codespell and EOF errors found in the pre-commit CI task.
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/analog/max32/dcd_max32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/analog/max32/dcd_max32.c b/src/portable/analog/max32/dcd_max32.c index 7226003de..df616120a 100644 --- a/src/portable/analog/max32/dcd_max32.c +++ b/src/portable/analog/max32/dcd_max32.c @@ -196,7 +196,7 @@ static bool handle_xfer_in(uint_fast8_t ep_addr) { } pipe->remaining = rem - len; } - MXC_USBHS->incsrl = MXC_F_USBHS_INCSRL_INPKTRDY;//TODO: Verify a | isnt needed + MXC_USBHS->incsrl = MXC_F_USBHS_INCSRL_INPKTRDY;//TODO: Verify a | isn't needed return false; } |
