From 25c944f87f69c46efe23e998152c9c48365e51b0 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 27 Mar 2015 09:51:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7816 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/templates/nilcore.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'os/nil/templates') diff --git a/os/nil/templates/nilcore.h b/os/nil/templates/nilcore.h index b2b71ce48..1aad42ddc 100644 --- a/os/nil/templates/nilcore.h +++ b/os/nil/templates/nilcore.h @@ -159,6 +159,16 @@ struct port_intctx { (size_t)(n) + \ (size_t)(PORT_INT_REQUIRED_STACK)) +/** + * @brief Priority level verification macro. + */ +#define PORT_IRQ_IS_VALID_PRIORITY(n) false + +/** + * @brief Priority level verification macro. + */ +#define PORT_IRQ_IS_VALID_KERNEL_PRIORITY(n) false + /** * @brief IRQ prologue code. * @details This macro must be inserted at the start of all IRQ handlers -- cgit v1.2.3