mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 14:31:35 +02:00
* fix systems_freertos
This commit is contained in:
parent
c7a0c0bbb4
commit
67864b662a
@ -315,7 +315,7 @@ interface
|
|||||||
system_aarch64_embedded];
|
system_aarch64_embedded];
|
||||||
|
|
||||||
{ all FreeRTOS systems }
|
{ all FreeRTOS systems }
|
||||||
systems_freertos = [system_xtensa_freertos,system_arm_freertos];
|
systems_freertos = [system_xtensa_freertos,system_arm_freertos,system_riscv32_freertos];
|
||||||
|
|
||||||
{ all systems that allow section directive }
|
{ all systems that allow section directive }
|
||||||
systems_allow_section = systems_embedded+systems_freertos+systems_wasm+[system_powerpc_morphos];
|
systems_allow_section = systems_embedded+systems_freertos+systems_wasm+[system_powerpc_morphos];
|
||||||
|
Loading…
Reference in New Issue
Block a user