Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git] / src / variants / R9M_Lite_Pro_ldscript.ld
blob8c8c46b202a8aec8becf1a360eddf295fa16f79c
2 /* Specify the memory areas */
3 MEMORY
5 RAM_CODE (rx)   : ORIGIN = 0x20000000, LENGTH = 0K
6 RAM_DATA (xrw)  : ORIGIN = 0x20000000, LENGTH = 40K
7 CCMRAM (rw)     : ORIGIN = 0x10000000, LENGTH = 0K
8 FLASH (rx)      : ORIGIN = 0x8008000, LENGTH = 128K - 0x8000
11 INCLUDE "variants/ldscript_gen.ld"