Revision 6b53f6bf os/core/inc/aos_confcheck.h

View differences:

os/core/inc/aos_confcheck.h
25 25
 * Kernel parameters and options
26 26
 */
27 27

  
28
#ifndef AMIROOS_CFG_SSSP_MASTER
29
  #error "AMIROOS_CFG_SSSP_MASTER not defined in aosconf.h"
30
#endif
31

  
32
#ifndef AMIROOS_CFG_SSSP_SYSSYNCPERIOD
33
  #error "AMIROOS_CFG_SSSP_SYSSYNCPERIOD not defined in aosconf.h"
34
#endif
35

  
36 28
#ifndef AMIROOS_CFG_DBG
37 29
  #error "AMIROOS_CFG_DBG not defined in aosconf.h"
38 30
#endif
......
50 42
#endif
51 43

  
52 44
/*
45
 * SSSP parameters and options
46
 */
47

  
48
#ifndef AMIROOS_CFG_SSSP_MASTER
49
  #error "AMIROOS_CFG_SSSP_MASTER not defined in aosconf.h"
50
#endif
51

  
52
#ifndef AMIROOS_CFG_SSSP_SYSSYNCPERIOD
53
  #error "AMIROOS_CFG_SSSP_SYSSYNCPERIOD not defined in aosconf.h"
54
#endif
55

  
56
/*
53 57
 * System shell options
54 58
 */
55 59

  

Also available in: Unified diff