Fix a typo from the last big set of changes

This commit is contained in:
Gregory Nutt
2016-01-21 12:26:53 -06:00
parent f348e68069
commit de995653fe
3 changed files with 3 additions and 3 deletions
+1 -1
Submodule arch updated: 09d21fd8e0...8dd7a88dd5
+1 -1
Submodule configs updated: 6aa9bb01b7...6789354447
+1 -1
View File
@@ -212,7 +212,7 @@ static ssize_t uptime_read(FAR struct file *filep, FAR char *buffer,
size_t linesize;
off_t offset;
ssize_t ret;
systime ticktime;
systime_t ticktime;
#if defined(CONFIG_HAVE_DOUBLE) && defined(CONFIG_LIBC_FLOATINGPOINT)
double now;