diff options
| author | QMK Bot | 2025-03-28 11:04:33 +0100 |
|---|---|---|
| committer | QMK Bot | 2025-03-28 11:04:33 +0100 |
| commit | cbe48b67df35e913ff31aa526d6c2ca907583b2d (patch) | |
| tree | fb2ab65b57cfd7d910f5477871ce86e5ef1ea059 /quantum | |
| parent | d61798169d1061ee807e12915989cb7f291c0982 (diff) | |
| parent | 5a6595357d110636dddc9a8f0455f5db55d4e2a7 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
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 |