mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
Fix, add forgotten UNUSED macro
This commit is contained in:
@@ -140,6 +140,7 @@ void cli_command_src(Cli* cli, FuriString* args, void* context) {
|
||||
// Quality of life feaature for people exploring CLI on lab.flipper.net/cli
|
||||
// By Yousef AK
|
||||
UNUSED(cli);
|
||||
UNUSED(args);
|
||||
UNUSED(context);
|
||||
|
||||
printf("https://github.com/DarkFlippers/unleashed-firmware");
|
||||
|
||||
Reference in New Issue
Block a user