no-OS
include
no_os_error.h
Go to the documentation of this file.
1
/***************************************************************************/
34
#ifndef _NO_OS_ERROR_H_
35
#define _NO_OS_ERROR_H_
36
37
#include <
errno.h
>
38
39
/******************************************************************************/
40
/********************** Macros and Constants Definitions **********************/
41
/******************************************************************************/
42
43
#ifndef __NO_OS_ELASTERROR
44
#define __NO_OS_ELASTERROR 2000
45
#endif
46
47
#define NO_OS_EOVERRUN (__NO_OS_ELASTERROR + 1)
/* Circular buffer overrun */
48
49
50
#define NO_OS_IS_ERR_VALUE(x) ((x) < 0)
51
52
#endif // _NO_OS_ERROR_H_
errno.h
Error macro definition for ARM Compiler.
Generated by
1.8.17