This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 9a84223c1e17063893afd45f9145690ca71c3e16
Author: Xiang Xiao <[email protected]>
AuthorDate: Fri May 8 18:32:57 2026 +0800

    sched/clock: Remove TIMER_MASK32 from clock.h
    
    since it isn't used anymore
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 sched/clock/clock.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sched/clock/clock.h b/sched/clock/clock.h
index 71b80297b09..4ea585f3ea2 100644
--- a/sched/clock/clock.h
+++ b/sched/clock/clock.h
@@ -39,10 +39,6 @@
  * Pre-processor Definitions
  ****************************************************************************/
 
-/* 32-bit mask for 64-bit timer values */
-
-#define TIMER_MASK32 0x00000000ffffffff
-
 /* Configuration ************************************************************/
 
 /* If CONFIG_SYSTEM_TIME64 is selected and the CPU supports long long types,

Reply via email to