]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_IGLOO2_Creative_SoftConsole/Microsemi_Code/riscv_hal/riscv_plic.h
Update RISC-V_IGLOO2_Creative_SoftConsole demo to make use of new RISC-V porting...
[freertos] / FreeRTOS / Demo / RISC-V_IGLOO2_Creative_SoftConsole / Microsemi_Code / riscv_hal / riscv_plic.h
index b306c5bf059d5dbf061fb8ccb280ed4ce04afe19..2d0951891c39c650f77dd39cb9baa8695ff5a1c8 100644 (file)
@@ -143,7 +143,7 @@ static inline void PLIC_init(void)
     PLIC->TARGET[hart_id].PRIORITY_THRESHOLD = 0;\r
 \r
     /* Enable machine external interrupts. */\r
-//    set_csr(mie, MIP_MEIP);\r
+    set_csr(mie, MIP_MEIP);\r
 }\r
 \r
 /*==============================================================================\r