mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Fix a typo from the last big set of changes
This commit is contained in:
+1
-1
Submodule arch updated: 09d21fd8e0...8dd7a88dd5
+1
-1
Submodule configs updated: 6aa9bb01b7...6789354447
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user