Pre-commit fixes.

Resolve codespell and EOF errors found in the pre-commit CI task.
This commit is contained in:
Brent Kowal
2024-07-11 12:13:30 -04:00
parent 494533f9d7
commit 13f5f20c98
12 changed files with 13 additions and 13 deletions

View File

@@ -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;
}