Revision a93a1019 core/src/aos_sssp.c

View differences:

core/src/aos_sssp.c
1263 1263
#if ((AMIROOS_CFG_SSSP_MASTER != true) && (AMIROOS_CFG_PROFILE == true)) || defined(__DOXYGEN__)
1264 1264

  
1265 1265
/**
1266
 * @brief   Retreive the offset between local clock and system synchronization signal.
1266
 * @brief   Retrieve the offset between local clock and system synchronization signal.
1267 1267
 *
1268 1268
 * @return
1269 1269
 */
......
1369 1369

  
1370 1370
  // GPIO event
1371 1371
  if (mask & gpiolistener->events) {
1372
    // retreive flags without clearing them
1372
    // retrieve flags without clearing them
1373 1373
    flags = gpiolistener->flags;
1374 1374
    apalControlGpioGet(moduleSsspSignalS(), &sstate);
1375 1375
    if (flags == sflags) {

Also available in: Unified diff