mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
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:
committed by
Xiang Xiao
parent
fae075a749
commit
c60d5c2ea1
@@ -741,7 +741,7 @@ IRAM_ATTR void esp_post_semcache(struct esp_semcache_s *sc)
|
|||||||
|
|
||||||
sc->count++;
|
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.
|
* are (re)enabled.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user