mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-28 19:36:36 +03:00
5 lines
66 B
C
5 lines
66 B
C
|
#pragma once
|
||
|
|
||
|
#include <cli/cli.h>
|
||
|
|
||
|
void power_cli_init(Cli* cli);
|