FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
define_error_flags.h
Go to the documentation of this file.
1
22
23#ifndef DEFINE_ERROR_FLAGS_H
24#define DEFINE_ERROR_FLAGS_H
25
41typedef enum
42{
43 NO_ERROR = 0x55,
44 ERROR = 0xAA
45} errFlag_t;
46
47#endif // DEFINE_ERROR_FLAGS_H
errFlag_t
Defines the error flag used by Middleware services to indicate error detection.
@ NO_ERROR