mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
5 lines
68 B
C
5 lines
68 B
C
#pragma once
|
|
|
|
#include "cli_i.h"
|
|
|
|
void cli_commands_init(Cli* cli);
|