1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #10247 from SteveCEvans/h7mscsrc

This commit is contained in:
Michael Keller 2020-11-01 11:27:52 +13:00 committed by GitHub
commit 49679ce0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 204 additions and 52 deletions

View file

@ -111,7 +111,7 @@ SECTIONS
. = ALIGN(4);
_ebss = .; /* define a global symbol at bss end */
__bss_end__ = _ebss;
} >RAM
} >D2_RAM
/* Uninitialized data section */
. = ALIGN(4);