1
0
Fork 0
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:
Michael Keller 2019-05-10 09:29:35 +12:00 committed by GitHub
commit 4671159679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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