summaryrefslogtreecommitdiff
path: root/nuttx/sched/clock_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/clock_internal.h')
-rw-r--r--nuttx/sched/clock_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/sched/clock_internal.h b/nuttx/sched/clock_internal.h
index 7d1dbb629..008bdcd3c 100644
--- a/nuttx/sched/clock_internal.h
+++ b/nuttx/sched/clock_internal.h
@@ -41,7 +41,6 @@
********************************************************************************/
#include <nuttx/config.h>
-#include <sys/types.h>
#include <nuttx/clock.h>
#include <nuttx/compiler.h>
@@ -58,7 +57,7 @@
********************************************************************************/
extern struct timespec g_basetime;
-extern uint32 g_tickbias;
+extern uint32_t g_tickbias;
/********************************************************************************
* Public Function Prototypes