Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared-bindings/rtc/RTC.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ MP_PROPERTY_GETSET(rtc_rtc_datetime_obj,
//|
//| A positive value speeds up the clock and a negative value slows it down.
//|
//| **Limitations:** Calibration not supported on SAMD, Nordic, RP240, Spresense, and STM.
//| **Limitations:** Calibration not supported on SAMD, Nordic, RP2040, Spresense, and STM.
//|
//| Range and value is hardware specific, but one step is often approximately 1 ppm::
//|
Expand Down