Revision 53710ca3 os/core/src/aos_time.c

View differences:

os/core/src/aos_time.c
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_time.c
21
 * @brief   Time related function implementations.
22
 *
23
 * @addtogroup aos_time
24
 * @{
25
 */
26

  
19 27
#include <aos_time.h>
20 28

  
21 29
#include <aos_debug.h>
......
48 56

  
49 57
  return ((h + 5) % 7) + 1;
50 58
}
59

  
60
/** @} */

Also available in: Unified diff