Skip to content

Commit a28e64b

Browse files
authored
Typo fix in RTC.c to fix rp2040 chip name
1 parent 50726f5 commit a28e64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/rtc/RTC.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ MP_PROPERTY_GETSET(rtc_rtc_datetime_obj,
7373
//|
7474
//| A positive value speeds up the clock and a negative value slows it down.
7575
//|
76-
//| **Limitations:** Calibration not supported on SAMD, Nordic, RP240, Spresense, and STM.
76+
//| **Limitations:** Calibration not supported on SAMD, Nordic, RP2040, Spresense, and STM.
7777
//|
7878
//| Range and value is hardware specific, but one step is often approximately 1 ppm::
7979
//|

0 commit comments

Comments
 (0)