#ifndef __TASKPRIORITY_H__ #define __TASKPRIORITY_H__ /** * @defgroup TaskPriority TaskPriority * @brief The priority task is called by RTI interrupt every 10 ms and performs * high priority and/or urgent sensor/actuator processing as well as the * interface to the FPGA. * * @addtogroup TaskPriority * @{ */ // Public definitions // Public function prototypes void taskPriority( void ); /**@}*/ #endif