1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-13 08:02:01 +00:00

fixup! fix(core): fix stwlc38 deinitialization

This commit is contained in:
tychovrahe 2025-02-11 21:20:13 +01:00
parent d763d02e8e
commit f7647da7c9

View File

@ -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);