Fix a typo introduced into the last commit
This commit is contained in:
parent
e001f37593
commit
a4f5254cbe
1 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@
|
|||
****************************************************************************/
|
||||
/* See nuttx/clock.h */
|
||||
|
||||
#undef cloc_systimer32
|
||||
#undef clock_systimer32
|
||||
#undef clock_systimer64
|
||||
|
||||
/****************************************************************************
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: cloc_systimer32
|
||||
* Name: clock_systimer32
|
||||
*
|
||||
* Description:
|
||||
* Return the current value of the 32-bit system timer counter
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
uint32_t cloc_systimer32(void)
|
||||
uint32_t clock_systimer32(void)
|
||||
{
|
||||
#ifdef CONFIG_SCHED_TICKLESS
|
||||
struct timespec ts;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue