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