mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 17:18:01 +00:00
f1e9a12eb0
* power_otg command, merge sd_info and sd_status, added small usage instructions for commands with args * remove duplicated sd status string * cli_print_usage added, typo fix
5 lines
No EOL
67 B
C
5 lines
No EOL
67 B
C
#pragma once
|
|
|
|
#include "cli_i.h"
|
|
|
|
void cli_commands_init(Cli* cli); |