Skip to content

Commit 42be355

Browse files
committed
doc: Fix a typo in core_interrupt_exception.rst
Signed-off-by: Huaqi Fang <[email protected]>
1 parent 4f3028d commit 42be355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NMSIS/doc/source/core/api/core_interrupt_exception.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The code below shows the usage of various NMSIS ECLIC flow with an GD32VF103 dev
262262
ECLIC_SetCfgNlbits(3);
263263
}
264264
265-
int eclic_register_interrupt(IRQn_Type IRQn, uint8_t shv, uint32_t trig_mode, uint32 lvl, uint32_t priority, void * handler)
265+
int eclic_register_interrupt(IRQn_Type IRQn, uint8_t shv, uint32_t trig_mode, uint32_t lvl, uint32_t priority, void * handler)
266266
{
267267
ECLIC_SetShvIRQ(IRQn, shv);
268268
ECLIC_SetTrigIRQ(IRQn, trig_mode);

0 commit comments

Comments
 (0)