mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
sched/clock: Remove TIMER_MASK32 from clock.h
since it isn't used anymore Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -39,10 +39,6 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* 32-bit mask for 64-bit timer values */
|
|
||||||
|
|
||||||
#define TIMER_MASK32 0x00000000ffffffff
|
|
||||||
|
|
||||||
/* Configuration ************************************************************/
|
/* Configuration ************************************************************/
|
||||||
|
|
||||||
/* If CONFIG_SYSTEM_TIME64 is selected and the CPU supports long long types,
|
/* If CONFIG_SYSTEM_TIME64 is selected and the CPU supports long long types,
|
||||||
|
|||||||
Reference in New Issue
Block a user