Skip to content

Commit 8662851

Browse files
committed
revert one change
1 parent 81b3300 commit 8662851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-manual/framework/baremetal-multicore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ signal, calculating elapsed time by the reading of clock registers, using timing
6363
by a timer-driven interrupt service routine (ISR).
6464

6565
> [!NOTE]
66-
> ISRs are complex items and should be studied in detail before going this route. Notably, the ISR should not execute the rate group directly, but rather should set a flag or queue a start message and allow the `while (true) {}` spin in the main loop to detect this signal and start the rate groups. See also the [ISR-Based Device Driver Pattern](../design-patterns/isr-driver.md) for more information about ISRs and F´.
66+
> ISRs are complex items and should be studied in detail before going this route. Notably, the ISR should not execute the rate group directly, but rather should set a flag or queue a start message and allow the `while (true) {}` spin in the main loop to detect this signal and start the rate groups.
6767
6868
## Multi-Core and Multi-Device Systems
6969

0 commit comments

Comments
 (0)