mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Add note in stack_check that refers developers to the linker scripts (#8228)
Add note in stack_check that refers developers to the linker scripts
This commit is contained in:
commit
4671159679
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ extern char _Min_Stack_Size; // declared in .LD file
|
|||
* RAM is origin 0x20000000 length 128K that is:
|
||||
* 0x20000000 to 0x20020000
|
||||
*
|
||||
* See the linker scripts for actual stack configuration.
|
||||
*/
|
||||
|
||||
#ifdef STACK_CHECK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue