commit: 5a6595357d110636dddc9a8f0455f5db55d4e2a7
parent 25fb4a498a4b6e8436e528edd502bda46fd2c464
Author: lsh4711 <120231876+lsh4711@users.noreply.github.com>
Date: Fri, 28 Mar 2025 19:03:59 +0900
Fix path typo related RP2040 (#25069)
Fix path typo
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/platforms/chibios/vendors/RP/RP2040.mk b/platforms/chibios/vendors/RP/RP2040.mk
@@ -78,7 +78,7 @@ PICOSDKINTRINSICSSRC = $(PICOSDKROOT)/src/rp2_common/pico_divider/divider.S \
$(PICOSDKROOT)/src/rp2_common/pico_int64_ops/pico_int64_ops_aeabi.S
PICOSDKINTRINSICSINC = $(PICOSDKROOT)/src/common/pico_base/include \
- $(PICOSDKROOT)/src/rp2_common/pico_platfrom/include \
+ $(PICOSDKROOT)/src/rp2_common/pico_platform/include \
$(PICOSDKROOT)/src/rp2_common/hardware_divider/include
# integer division intrinsics utilizing the RP2040 hardware divider
diff --git 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