mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
5 lines
66 B
C
5 lines
66 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <cli/cli.h>
|
||
|
|
|
||
|
|
void power_cli_init(Cli* cli);
|