sched/clock: Fix a recently introduced name collision

This commit is contained in:
Gregory Nutt
2018-03-12 13:36:06 -06:00
parent 251924a734
commit e6e7dae05b
2 changed files with 6 additions and 12 deletions
+2 -11
View File
@@ -1,7 +1,8 @@
/****************************************************************************
* sched/clock/clock_initialize.c
*
* Copyright (C) 2007, 2009, 2011-2012, 2017 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2009, 2011-2012, 2017-2018 Gregory Nutt. All rights
* reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -58,16 +59,6 @@
# include "clock/clock_timekeeping.h"
#endif
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* Standard time definitions (in units of seconds) */
#define SEC_PER_MIN ((time_t)60)
#define SEC_PER_HOUR ((time_t)60 * SEC_PER_MIN)
#define SEC_PER_DAY ((time_t)24 * SEC_PER_HOUR)
/****************************************************************************
* Public Data
****************************************************************************/