We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd44c4 commit 31a0a4fCopy full SHA for 31a0a4f
include/rttypes.h
@@ -81,7 +81,7 @@ typedef rt_ubase_t rt_intptr_t; /**< Type for signed poi
81
typedef rt_base_t rt_uintptr_t; /**< Type for unsigned pointer length integer */
82
#endif /* defined(RT_USING_LIBC) && !defined(RT_USING_NANO) */
83
84
-#ifdef RT_TICK_LL_UNIT
+#ifdef RT_USING_TICK_LL_UNIT
85
typedef rt_uint64_t rt_tick_t; /**< Type for tick count */
86
#else
87
typedef rt_uint32_t rt_tick_t; /**< Type for tick count */
src/Kconfig
@@ -116,7 +116,7 @@ config RT_TICK_PER_SECOND
116
help
117
System's tick frequency, Hz.
118
119
-config RT_TICK_LL_UNIT
+config RT_USING_TICK_LL_UNIT
120
bool "Using long long as tick unit"
121
default n
122
0 commit comments