Fix a bunch of doxygen typos (#391)

This commit is contained in:
Andrew Scheller
2021-05-10 14:48:09 +01:00
committed by GitHub
parent ecf66bf514
commit 9396b9c7e1
5 changed files with 9 additions and 9 deletions

View File

@ -59,7 +59,7 @@ enum exception_number {
/*! \brief Exception handler function type
* \ingroup hardware_exception
*
* All exceptions handlers should be of this type, and follow normal ARM EABI register saving conventions
* All exception handlers should be of this type, and follow normal ARM EABI register saving conventions
*/
typedef void (*exception_handler_t)(void);