diff options
| author | hathach <[email protected]> | 2024-08-14 22:56:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-14 22:56:59 +0700 |
| commit | f6b96f7ea9f0d0c4872e1e290bf59f65c68a7bf3 (patch) | |
| tree | 45cf7cfee25e4cc400a3ff15f6786f5ef59f17df /src | |
| parent | 761399b5e09fd682d7be5ad7570c039922eb18bb (diff) | |
fix spelling, add max32 to ci with arm-gcc build
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/mentor/musb/musb_ti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/mentor/musb/musb_ti.h b/src/portable/mentor/musb/musb_ti.h index dbf82f391..4c9f00278 100644 --- a/src/portable/mentor/musb/musb_ti.h +++ b/src/portable/mentor/musb/musb_ti.h @@ -43,7 +43,7 @@ #endif -// Header supports both device and host modes. Only include whats necessary +// Header supports both device and host modes. Only include what's necessary #if CFG_TUD_ENABLED // Mapping of peripheral instances to port. Currently just 1. |
