From 6949bf622407765813ebf57d9b9bbe3adaf253c3 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Wed, 18 Aug 2021 10:17:15 +0200 Subject: [PATCH] Remove comment related to another uC --- core/pmu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/pmu.c b/core/pmu.c index 1a57cfe..6bafb94 100644 --- a/core/pmu.c +++ b/core/pmu.c @@ -88,7 +88,6 @@ void enter_sleep(int wake_sources_is_all_intrs) * NOTE : entering deep sleep implies a lot of side effects. I'll try to list them all here * so this can be done right. * - * Note : see remark about RTC and deep sleep in section 5.3.3 of UM10441 */ void enter_deep_sleep(void) { -- 2.43.0