Fix typo introduced in the last commit

This commit is contained in:
Gregory Nutt 2016-01-21 16:51:28 -06:00
parent 032ad1b70b
commit d68d9cbd32

View File

@ -76,5 +76,5 @@
systime_t syscall_clock_systimer(void)
{
return clock_systime();
return clock_systimer();
}