From 5e0bff1edea96b9d83448c1314e8f9ca5765eb23 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 18 Apr 2009 09:21:41 +0000 Subject: [PATCH] Bug 2772237 again... git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_1.2.x@908 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c | 2 +- readme.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c index 2b9077ee0..c8de9e394 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/web/webthread.c @@ -90,7 +90,7 @@ void clock_init(void) {} clock_time_t clock_time( void ) { - return chSysGetTime(); + return chTimeNow(); } /* diff --git a/readme.txt b/readme.txt index df177a5b7..7b2bd98de 100644 --- a/readme.txt +++ b/readme.txt @@ -67,7 +67,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - FIX: Removed usused list functions (bug 2755230). - FIX: Added the exception notes into the source headers (bug 2772129). - FIX: Added license notice to several files (bug 2772160). -- FIX: Fixed problem in the C++ wrapper (bug 2772237). +- FIX: Found new instances of the obsolete function chSysGetTime() in the + C++ wrapper and in the WEB demo (bug 2772237). *** 1.2.0 *** - Full test cycle and test reports updated.