Skip to content

Commit 98b05b3

Browse files
aescolarkartben
authored andcommitted
drivers/timer/native_sim: Use upper case long suffix
For better readability Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent b3c5b3a commit 98b05b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/timer/native_sim_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void sys_clock_disable(void)
124124
static int sys_clock_driver_init(void)
125125
{
126126

127-
tick_period = 1000000ul / CONFIG_SYS_CLOCK_TICKS_PER_SEC;
127+
tick_period = 1000000UL / CONFIG_SYS_CLOCK_TICKS_PER_SEC;
128128

129129
last_tick_time = nsi_hws_get_time();
130130
hwtimer_enable(tick_period);

0 commit comments

Comments
 (0)