Revision 8399aeae os/core/inc/aos_time.h
os/core/inc/aos_time.h | ||
---|---|---|
204 | 204 |
#define MILLENIUMS_PER_DECADE ((float)MILLENIUMS_PER_MILLENIUM / (float)DECADES_PER_MILLENIUM) |
205 | 205 |
#define MILLENIUMS_PER_CENTURY ((float)MILLENIUMS_PER_MILLENIUM / (float)CENTURIES_PER_MILLENIUM) |
206 | 206 |
|
207 |
#ifdef __cplusplus |
|
208 |
extern "C" { |
|
209 |
#endif |
|
210 |
uint8_t aosTimeDayOfWeekFromDate(const uint16_t day, const uint8_t month, const uint16_t year); |
|
211 |
#ifdef __cplusplus |
|
212 |
} |
|
213 |
#endif |
|
214 |
|
|
207 | 215 |
#endif /* _AMIROOS_TIME_H_ */ |
Also available in: Unified diff