arch/xtensa/esp32s2_irq.c: Correctly enable the software interrupt.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2022-02-24 20:39:14 +01:00
committed by Masayuki Ishikawa
parent 3511ec823c
commit dc130b4830
+1 -1
View File
@@ -112,6 +112,6 @@ void up_irqinitialize(void)
/* Enable the software interrupt. */
up_enable_irq(XTENSA_IRQ_SWINT);
up_enable_irq(ESP32S2_CPUINT_SOFTWARE1);
}