1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
36
41
49
54
59
60
61
62
63
64
65
66
67
68
/* ... */
#ifndef APP_AZURE_RTOS_CONFIG_H
#define APP_AZURE_RTOS_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
Private includes
Exported types
#define TX_APP_MEM_POOL_SIZE 3 * 1024
Exported constants
Exported macro
Exported functions prototypes
#ifdef __cplusplus
}extern "C" { ... }
#endif
/* ... */
#endif