drivers/timer/native_sim: Use upper case long suffix
For better readability Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
b3c5b3a7dc
commit
98b05b3062
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void sys_clock_disable(void)
|
||||||
static int sys_clock_driver_init(void)
|
static int sys_clock_driver_init(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
tick_period = 1000000ul / CONFIG_SYS_CLOCK_TICKS_PER_SEC;
|
tick_period = 1000000UL / CONFIG_SYS_CLOCK_TICKS_PER_SEC;
|
||||||
|
|
||||||
last_tick_time = nsi_hws_get_time();
|
last_tick_time = nsi_hws_get_time();
|
||||||
hwtimer_enable(tick_period);
|
hwtimer_enable(tick_period);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue