esp32s3/wireless: Fix typo

The CPU 2 interrupt source (which is not used for anything else) is
used to off-load BLE data after a SPI flash operation.
This commit is contained in:
Tiago Medicci Serrano
2023-10-09 17:13:13 -03:00
committed by Xiang Xiao
parent fae075a749
commit c60d5c2ea1
+1 -1
View File
@@ -741,7 +741,7 @@ IRAM_ATTR void esp_post_semcache(struct esp_semcache_s *sc)
sc->count++;
/* Enable CPU 0 interrupt. This will generate an IRQ as soon as non-IRAM
/* Enable CPU 2 interrupt. This will generate an IRQ as soon as non-IRAM
* are (re)enabled.
*/