mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +00:00
[sync] sync code from internal
This commit is contained in:
parent
e70e482d21
commit
dd161b698b
302 changed files with 36006 additions and 27903 deletions
|
@ -36,4 +36,12 @@
|
|||
#define SHELL_THREAD_PRIO 5
|
||||
#endif
|
||||
|
||||
#ifndef SHELL_EXEC_THREAD_STACK_SIZE
|
||||
#define SHELL_EXEC_THREAD_STACK_SIZE 1024
|
||||
#endif
|
||||
|
||||
#ifndef SHELL_EXEC_THREAD_PRIO
|
||||
#define SHELL_EXEC_THREAD_PRIO 4
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue