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.