Skip to content
Snippets Groups Projects
Commit 8a8b402e authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Fixing other test, so it uses new API

parent 9df9e90a
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!300Adding volatile for memory mapped IO, adding function for kernel space...
......@@ -22,7 +22,7 @@ static int __init greeter_init(void)
/*
for(i = 0; i < MP_NUM_REQS; ++i)
{
ligo_gpstime_get_ts(&last_ts, force_sys_time);
ligo_gpstime_get_ts(&last_ts);
pr_info("%s: gpstime is %lld, %lu\n", MODULE_NAME, last_ts.tv_sec, last_ts.tv_nsec);
}*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment