* fix systems_freertos

This commit is contained in:
florian 2023-02-11 20:49:52 +01:00
parent c7a0c0bbb4
commit 67864b662a

View File

@ -315,7 +315,7 @@ interface
system_aarch64_embedded];
{ 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 }
systems_allow_section = systems_embedded+systems_freertos+systems_wasm+[system_powerpc_morphos];