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:
@@ -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"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user