From f7647da7c982cd8cf34b3ab99e38b7ae9839acc3 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Tue, 11 Feb 2025 21:20:13 +0100 Subject: [PATCH] fixup! fix(core): fix stwlc38 deinitialization --- core/embed/sys/powerctl/stwlc38/stwlc38.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/sys/powerctl/stwlc38/stwlc38.h b/core/embed/sys/powerctl/stwlc38/stwlc38.h index 4f512c313c..682d1a2370 100644 --- a/core/embed/sys/powerctl/stwlc38/stwlc38.h +++ b/core/embed/sys/powerctl/stwlc38/stwlc38.h @@ -88,7 +88,7 @@ void stwlc38_deinit(void); // wireless charging functionality. // // If the STWLC38 is disabled, it's not self-powered and is unable to -// communicate over I2C. STWLC38 is disabled by default after initialization. +// communicate over I2C. STWLC38 is enabled by default after initialization. // // Returns true if the STWLC38 was successfully enabled or disabled. bool stwlc38_enable(bool enable);