diff options
| author | lsh4711 | 2025-03-28 11:03:59 +0100 |
|---|---|---|
| committer | GitHub | 2025-03-28 11:03:59 +0100 |
| commit | 5a6595357d110636dddc9a8f0455f5db55d4e2a7 (patch) | |
| tree | 2ac8b654c7e124ceb344c0ba8d468de603f8f0b9 /quantum/bits.h | |
| parent | 25fb4a498a4b6e8436e528edd502bda46fd2c464 (diff) | |
Fix path typo related RP2040 (#25069)
Fix path typo
Diffstat (limited to 'quantum/bits.h')
| -rw-r--r-- | quantum/bits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/bits.h b/quantum/bits.h index 2f3c343762..41f11e7b9c 100644 --- a/quantum/bits.h +++ b/quantum/bits.h @@ -4,7 +4,7 @@ #include <stdint.h> -/* Remove these once we transitioned to C23 across all platfroms */ +/* Remove these once we transitioned to C23 across all platforms */ #define UINT32_WIDTH 32 #define UINT64_WIDTH 64 |