We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efa24f commit 50f0981Copy full SHA for 50f0981
include/rttypes.h
@@ -88,7 +88,6 @@ typedef rt_ubase_t rt_uintptr_t; /**< Type for unsigned
88
#endif /* defined(RT_USING_LIBC) && !defined(RT_USING_NANO) */
89
90
typedef rt_base_t rt_err_t; /**< Type for error number */
91
-typedef rt_uint32_t rt_time_t; /**< Type for time stamp */
92
typedef rt_uint32_t rt_tick_t; /**< Type for tick count */
93
typedef rt_base_t rt_flag_t; /**< Type for flags */
94
typedef rt_ubase_t rt_dev_t; /**< Type for device */
0 commit comments