Revision 510b93cc core/src/aos_main.cpp

View differences:

core/src/aos_main.cpp
408 408
    }
409 409
  }
410 410
#else /* (AMIROOS_CFG_SSSP_MASTER == true) */
411
  while ((shutdown == AOS_SHUTDOWN_NONE) && (aosSsspProceed(&_eventListenerGPIO, MODULE_SSSP_EVENTFLAG_S, EVENTMASK_GPIO, &eventmask) != AOS_SUCCES)) {
411
  while ((shutdown == AOS_SHUTDOWN_NONE) && (aosSsspProceed(&_eventListenerGPIO, MODULE_SSSP_EVENTFLAG_S, EVENTMASK_GPIO, &eventmask) != AOS_SUCCESS)) {
412 412
    /*
413 413
     * This code is executed if the received event was not about a deactivation of the snychronization signal.
414 414
     * The received event could be caused by any listener.

Also available in: Unified diff