Selaa lähdekoodia

* fix systems_freertos

florian 2 vuotta sitten
vanhempi
commit
67864b662a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

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