Revision f3ac1c96 core/inc/aos_confcheck.h

View differences:

core/inc/aos_confcheck.h
29 29

  
30 30
#include <aosconf.h>
31 31

  
32
/*
33
 * Kernel parameters and options
34
 */
32
/******************************************************************************/
33
/* CONSTANTS                                                                  */
34
/******************************************************************************/
35

  
36
/******************************************************************************/
37
/* SETTINGS                                                                   */
38
/******************************************************************************/
39

  
40
/******************************************************************************/
41
/* CHECKS                                                                     */
42
/******************************************************************************/
43

  
44
/* kernel parameters and options */
35 45

  
36 46
#ifndef AMIROOS_CFG_DBG
37 47
  #error "AMIROOS_CFG_DBG not defined in aosconf.h"
......
49 59
  #error "AMIROOS_CFG_MAIN_LOOP_TIMEOUT not defined in aosconf.h"
50 60
#endif
51 61

  
52
/*
53
 * SSSP parameters and options
54
 */
62
/* SSSP parameters and options */
55 63

  
56 64
#ifndef AMIROOS_CFG_SSSP_ENABLE
57 65
  #error "AMIROOS_CFG_SSSP_ENABLE not defined in aosconf.h"
......
88 96

  
89 97
#endif
90 98

  
91
/*
92
 * System shell options
93
 */
99
/* system shell options */
94 100

  
95 101
#ifndef AMIROOS_CFG_SHELL_ENABLE
96 102
  #error "AMIROOS_CFG_SHELL_ENABLE not defined in aosconf.h"
......
122 128

  
123 129
#endif /* AMIROOS_CFG_SHELL_ENABLE */
124 130

  
131
/******************************************************************************/
132
/* DATA STRUCTURES AND TYPES                                                  */
133
/******************************************************************************/
134

  
135
/******************************************************************************/
136
/* MACROS                                                                     */
137
/******************************************************************************/
138

  
139
/******************************************************************************/
140
/* EXTERN DECLARATIONS                                                        */
141
/******************************************************************************/
142

  
143
/******************************************************************************/
144
/* INLINE FUNCTIONS                                                           */
145
/******************************************************************************/
146

  
125 147
#endif /* AMIROOS_CONFCHECK_H */
126 148

  
127 149
/** @} */

Also available in: Unified diff