aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Win32-MinGW/main.c')
-rw-r--r--demos/Win32-MinGW/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/main.c b/demos/Win32-MinGW/main.c
index 1d80b9d76..c2ac24868 100644
--- a/demos/Win32-MinGW/main.c
+++ b/demos/Win32-MinGW/main.c
@@ -194,7 +194,7 @@ static msg_t ShellThread(void *arg) {
else if (stricmp(lp, "time") == 0) {
if (checkend(sd))
continue;
- sprintf(line, "Time: %d\r\n", chSysGetTime());
+ sprintf(line, "Time: %d\r\n", chTimeNow());
PrintLineFDD(sd, line);
}
else if (stricmp(lp, "hello") == 0) {