Revision 27d0378b core/src/aos_main.cpp

View differences:

core/src/aos_main.cpp
1036 1036
   * There must be no delays at this point, thus no hook is allowed.
1037 1037
   */
1038 1038

  
1039
#if (AMIROOS_CFG_SSSP_ENABLE == true)
1039 1040
  /* SSSP startup stage 3 (module stack initialization) */
1040 1041
  if (shutdown == AOS_SHUTDOWN_NONE) {
1041 1042
    shutdown = _ssspModuleStackInitialization();
1042 1043
  }
1044
#endif
1043 1045

  
1044 1046
  /*
1045 1047
   * There must be no delays at this point, thus no hook is allowed.

Also available in: Unified diff