From b86fd45fa196cec9bd1842b23022bf8b0f16496a Mon Sep 17 00:00:00 2001 From: lucky <185822+wersimmon@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:39:49 -0700 Subject: [PATCH] SleepMemory is supported on RP2040 SleepMemory was implemented on RP2040 in https://github.com/adafruit/circuitpython/pull/8015 --- shared-bindings/alarm/SleepMemory.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared-bindings/alarm/SleepMemory.c b/shared-bindings/alarm/SleepMemory.c index d783983008c5f..e6d65de45551d 100644 --- a/shared-bindings/alarm/SleepMemory.c +++ b/shared-bindings/alarm/SleepMemory.c @@ -20,8 +20,6 @@ //| instance of :class:`SleepMemory` is available at //| :attr:`alarm.sleep_memory`. //| -//| **Limitations:** Not supported on RP2040. -//| //| Usage:: //| //| import alarm