6 lines
75 B
Text
6 lines
75 B
Text
|
#ifdef BOOTLOADER_SPL
|
||
|
# include "spl.lds"
|
||
|
#else
|
||
|
# include "app.lds"
|
||
|
#endif
|