Skip to content

Commit 6ffb6d8

Browse files
laideneCopilot
andauthored
Update libcpu/arm/cortex-a/gic.c
Co-authored-by: Copilot <[email protected]>
1 parent 09da4ae commit 6ffb6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpu/arm/cortex-a/gic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ rt_uint32_t arm_gic_get_target_cpu(rt_uint32_t index, int irq)
367367
* @note The lower the value, the greater the priority of the corresponding interrupt.
368368
*
369369
* @param index GIC controller index
370-
* @param irq The actual interrupt number(with offset)
370+
* @param irq The actual interrupt number (with offset)
371371
* @param priority The priority to set.Only the lower 8 bits are valid (bits [7:0]).
372372
*/
373373
void arm_gic_set_priority(rt_uint32_t index, int irq, rt_uint32_t priority)

0 commit comments

Comments
 (0)