1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-04 22:02:34 +00:00
trezor-firmware/core/embed/ble_firmware/power.h
tychovrahe d13fe73164 NRF
2023-08-29 14:45:19 +02:00

7 lines
74 B
C

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