Revision 2674917e

View differences:

os/core/src/aos_system.c
81 81
#endif
82 82

  
83 83
#if ((AMIROOS_CFG_SSSP_MASTER != true) && (AMIROOS_CFG_PROFILE == true)) || defined(__DOXYGEN__)
84
/**
85
 * @brief   Offset between local clock and system wide synchronization signal.
86
 */
84 87
static float _syssyncskew;
88

  
89
/**
90
 * @brief   Weighting factor for the low-pass filter used for calculating the @p _syssyncskew value.
91
 */
85 92
#define SYSTEM_SYSSYNCSKEW_LPFACTOR   (0.1f / AOS_SYSTEM_TIME_RESOLUTION)
86 93
#endif
87 94

  

Also available in: Unified diff