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

2
arch

@ -1 +1 @@
Subproject commit 09d21fd8e0b47fd0d6f7c32adf39b9b29dba9cd3
Subproject commit 8dd7a88dd571af62e1da85ef4f9717db6cd80028

@ -1 +1 @@
Subproject commit 6aa9bb01b7372bc44ff0718a9634d51e2732e918
Subproject commit 6789354447c099458909b61fd03bbec045f03eed

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;