Explorar o código

* fix systems_freertos

florian %!s(int64=2) %!d(string=hai) anos
pai
achega
67864b662a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -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];