Small doxygen fixes (#1092)

This commit is contained in:
Andrew Scheller
2023-01-19 22:38:14 +00:00
committed by GitHub
parent 73dcbec837
commit 13a171a971
3 changed files with 9 additions and 10 deletions

View File

@ -256,7 +256,7 @@ void irq_remove_handler(uint num, irq_handler_t handler);
* \ingroup hardware_irq
*
* \param num Interrupt number \ref interrupt_nums
* \param return true if the specified IRQ has a shared handler
* \return true if the specified IRQ has a shared handler
*/
bool irq_has_shared_handler(uint num);