diff options
Diffstat (limited to 'src/include/sys.h')
-rw-r--r-- | src/include/sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/sys.h b/src/include/sys.h index ae6a8dd2a..5acc863f2 100644 --- a/src/include/sys.h +++ b/src/include/sys.h @@ -154,7 +154,7 @@ * IRQ handler exit code.
* @note Usually IRQ handlers function are also declared naked.
* @note This macro usually performs the final reschedulation by using
- * \p chSchRescRequiredI() and \p chSchDoRescheduleI().
+ * @p chSchRescRequiredI() and @p chSchDoRescheduleI().
*/
#define CH_IRQ_EPILOGUE() SYS_IRQ_EPILOGUE()
|