mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
[ARM] Tasks stack class created
New taskinfo command added to the CLI. CLI stack size increased as it was too short for the ls command (the CLI did hang!)
This commit is contained in:
parent
2a2650376c
commit
d14931f77f
10 changed files with 194 additions and 86 deletions
|
@ -40,7 +40,9 @@
|
|||
#include <inttypes.h>
|
||||
#include "rtc.h"
|
||||
#include "dump.h"
|
||||
#if defined(CLI)
|
||||
#include "cli.h"
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue