mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
sched/clock: Fix a recently introduced name collision
This commit is contained in:
@@ -133,7 +133,10 @@
|
||||
#define MSEC_PER_HOUR (MSEC_PER_MIN * MIN_PER_HOUR)
|
||||
#define DSEC_PER_HOUR (HSEC_PER_SEC * MIN_PER_HOUR)
|
||||
#define HSEC_PER_HOUR (DSEC_PER_MIN * MIN_PER_HOUR)
|
||||
#define SEC_PER_HOUR (SEC_PER_MIN * MIN_PER_HOUR)
|
||||
#define SEC_PER_HOUR (SEC_PER_MIN * MIN_PER_HOUR)
|
||||
|
||||
#define HOURS_PER_DAY 24L
|
||||
#define SEC_PER_DAY (HOURS_PER_DAY * SEC_PER_HOUR)
|
||||
|
||||
/* If CONFIG_SCHED_TICKLESS is not defined, then the interrupt interval of
|
||||
* the system timer is given by USEC_PER_TICK. This is the expected number
|
||||
|
||||
Reference in New Issue
Block a user