Skip to content

Commit 70b60fe

Browse files
iabdalkaderdpgeorge
authored andcommitted
renesas-ra/irq: Fix typo in comment about IRQ priorities.
Signed-off-by: iabdalkader <[email protected]>
1 parent f03ac04 commit 70b60fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/renesas-ra/irq.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ static inline void restore_irq_pri(uint32_t state) {
100100
//
101101
// The default priority grouping is set to NVIC_PRIORITYGROUP_4 in the
102102
// HAL_Init function. This corresponds to 4 bits for the priority field
103-
// and 0 bits for the sub-priority field (which means that for all intensive
104-
// purposes that the sub-priorities below are ignored).
103+
// and 0 bits for the sub-priority field (which means that for all intents
104+
// and purposes, the sub-priorities below are ignored).
105105
//
106106
// While a given interrupt is being processed, only higher priority (lower number)
107107
// interrupts will preempt a given interrupt. If sub-priorities are active

0 commit comments

Comments
 (0)