File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pauses core 1, and vice versa). Waits for the other core to acknowledge
3030before returning.
3131
3232The other core will have its interrupts disabled and be busy-waiting in
33- an RAM-based routine, so flash and other peripherals can be accesses .
33+ an RAM-based routine, so flash and other peripherals can be accessed .
3434
3535**NOTE ** If you idle core 0 too long, then the USB port can become frozen.
3636This is because core 0 manages the USB and needs to service IRQs in a
@@ -46,7 +46,7 @@ Communicating Between Cores
4646
4747The RP2040 provides a hardware FIFO for communicating between cores, but it
4848is used exclusively for the idle/resume calls described above. Instead, please
49- use the following functions to access a softwarae -managed, multicore safe
49+ use the following functions to access a software -managed, multicore safe
5050FIFO.
5151
5252void rp2040.fifo.push(uint32_t)
You can’t perform that action at this time.
0 commit comments