Skip to content

Commit

Permalink
doc: Fix a typo in core_interrupt_exception.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jun 28, 2024
1 parent 4f3028d commit 42be355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NMSIS/doc/source/core/api/core_interrupt_exception.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ The code below shows the usage of various NMSIS ECLIC flow with an GD32VF103 dev
ECLIC_SetCfgNlbits(3);
}
int eclic_register_interrupt(IRQn_Type IRQn, uint8_t shv, uint32_t trig_mode, uint32 lvl, uint32_t priority, void * handler)
int eclic_register_interrupt(IRQn_Type IRQn, uint8_t shv, uint32_t trig_mode, uint32_t lvl, uint32_t priority, void * handler)
{
ECLIC_SetShvIRQ(IRQn, shv);
ECLIC_SetTrigIRQ(IRQn, trig_mode);
Expand Down

0 comments on commit 42be355

Please sign in to comment.