mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
6 lines
No EOL
99 B
C
6 lines
No EOL
99 B
C
#pragma once
|
|
|
|
#include <cli/cli.h>
|
|
#include "power.h"
|
|
|
|
void power_cli_init(Cli* cli, Power* power); |