1
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:
MX
2022-11-23 19:14:17 +03:00
committed by GitHub
parent 5ef358df31
commit bbf4d90ec1

View File

@@ -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");