1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-26 16:23:23 +00:00

Update serv_timer.c

Fix a typo 'fro'
This commit is contained in:
hakan-demirli
2021-07-15 18:02:26 +03:00
committed by Olof Kindgren
parent 8e073546b8
commit b845507e32

View File

@@ -5,7 +5,7 @@
*/
/*
This is basically a 32-bit version of riscv_machine_timer.c fro Zephyr
This is basically a 32-bit version of riscv_machine_timer.c for Zephyr
*/
#include <drivers/timer/system_timer.h>
#include <sys_clock.h>