From d4d6b3c412ac2103bd165e020b81f313f36d3171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=8F?= Date: Fri, 20 Sep 2024 18:47:15 +0100 Subject: [PATCH] Update targets/f7/furi_hal/furi_hal_rtc.h Co-authored-by: Silent --- targets/f7/furi_hal/furi_hal_rtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/f7/furi_hal/furi_hal_rtc.h b/targets/f7/furi_hal/furi_hal_rtc.h index cf781a1734c..ba8d5624c09 100644 --- a/targets/f7/furi_hal/furi_hal_rtc.h +++ b/targets/f7/furi_hal/furi_hal_rtc.h @@ -102,7 +102,7 @@ void furi_hal_rtc_init(void); * * This function must be called before system sent to transport mode(power off). * FlipperZero implementation configures and enables ALARM output on pin PC13 - * (Back button). This allows system to woke-up charger from transport mode. + * (Back button). This allows the system to wake-up charger from transport mode. */ void furi_hal_rtc_prepare_for_shutdown(void);