Revision cb835a3e os/core/inc/aos_confcheck.h

View differences:

os/core/inc/aos_confcheck.h
33 33
  #error "AMIROOS_CFG_SSSP_SYSSYNCPERIOD not defined in aosconf.h"
34 34
#endif
35 35

  
36
#ifndef AMIROOS_CFG_DBG
37
  #error "AMIROOS_CFG_DBG not defined in aosconf.h"
38
#endif
39

  
36 40
#ifndef AMIROOS_CFG_TESTS_ENABLE
37 41
  #error "AMIROOS_CFG_TESTS_ENABLE not defined in aosconf.h"
38 42
#endif
......
59 63
    #error "AMIROOS_CFG_SHELL_STACKSIZE not defined in aosconf.h"
60 64
  #endif
61 65

  
66
  #ifndef AMIROOS_CFG_SHELL_THREADPRIO
67
    #error "AMIROOS_CFG_SHELL_THREADPRIO not defined in aosconf.h"
68
  #endif
69

  
62 70
  #ifndef AMIROOS_CFG_SHELL_LINEWIDTH
63 71
    #error "AMIROOS_CFG_SHELL_LINEWIDTH not defined in aosconf.h"
64 72
  #endif

Also available in: Unified diff