mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-22 10:43:11 +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); |