1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-28 01:18:16 +00:00
trezor-firmware/core/embed/ble_firmware/power.h
tychovrahe ce54e90aec NRF
2023-10-02 16:38:26 +02:00

7 lines
74 B
C

#ifndef __POWER__
#define __POWER__
void sleep_mode_enter(void);
#endif