FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
Tasks Defines

Defines macros used to configure Tasks in the tasks_config.h file. More...

Macros

#define FOREVER   true
 Allows testing of infinite while loops by replacing the definition during testing.
#define ENABLED   (1U)
 Used to enable optional Task features through macro configurations.
#define DISABLED   (0U)
 Used to disable optional Task features through macro configurations.

Detailed Description

Defines macros used to configure Tasks in the tasks_config.h file.

Version
1.0.0-alpha.1