1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

SDK: Fix missing RECORD_CLI define (#4185)

* SDK: Fix missing RECORD_CLI define

* sdk: added compatibility `cli.h` header

* cli: updated porting comments

---------

Co-authored-by: hedger <hedger@nanode.su>
This commit is contained in:
WillyJL
2025-04-12 04:21:39 +01:00
committed by GitHub
parent e1bccf66b3
commit 868eb10381
5 changed files with 18 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ App(
entry_point="cli_vcp_srv",
stack_size=1024,
order=10,
sdk_headers=["cli_vcp.h"],
sdk_headers=["cli_vcp.h", "cli.h"],
sources=["cli_vcp.c"],
)