diff options
author | lsh4711 <120231876+lsh4711@users.noreply.github.com> | 2025-03-28 19:03:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-28 21:03:59 +1100 |
commit | 5a6595357d110636dddc9a8f0455f5db55d4e2a7 (patch) | |
tree | 2ac8b654c7e124ceb344c0ba8d468de603f8f0b9 /quantum | |
parent | 25fb4a498a4b6e8436e528edd502bda46fd2c464 (diff) |
Fix path typo related RP2040 (#25069)
Fix path typo
Diffstat (limited to 'quantum')
-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 |