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 ebf3f83 commit 1218df7Copy full SHA for 1218df7
examples/utest/testcases/kernel/timer_tc.c
@@ -233,8 +233,8 @@ static void timer_control(void *param)
233
static void test_static_timer_control(void)
234
{
235
rt_err_t result;
236
- int set_data;
237
- int get_data;
+ rt_tick_t set_data;
+ rt_tick_t get_data;
238
239
timer.callbacks = 0;
240
timer.is_static = RT_TRUE;
@@ -473,8 +473,8 @@ static void test_dynamic_timer(void)
473
static void test_dynamic_timer_control(void)
474
475
476
477
478
479
480
timer.is_static = RT_FALSE;
0 commit comments