From 503138c62af8747f946cd0b3d6732ccd56119201 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 May 2021 16:01:48 +0200 Subject: testsuites/validation/tx-support.h --- testsuites/validation/tx-support.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuites/validation/tx-support.h b/testsuites/validation/tx-support.h index ca128d2e2d..3cc28dcfa0 100644 --- a/testsuites/validation/tx-support.h +++ b/testsuites/validation/tx-support.h @@ -63,6 +63,11 @@ typedef enum { PRIO_ULTRA_LOW } Priority; +/** + * @brief This constants represents the default priority of the runner task. + */ +#define PRIO_DEFAULT 1 + /** * @brief This constants represents an invalid RTEMS task priority value. * -- cgit v1.2.3