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
This commit is contained in:
parent
7020b80d81
commit
5e0bff1ede
|
@ -90,7 +90,7 @@ void clock_init(void) {}
|
||||||
|
|
||||||
clock_time_t clock_time( void )
|
clock_time_t clock_time( void )
|
||||||
{
|
{
|
||||||
return chSysGetTime();
|
return chTimeNow();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -67,7 +67,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
- FIX: Removed usused list functions (bug 2755230).
|
- FIX: Removed usused list functions (bug 2755230).
|
||||||
- FIX: Added the exception notes into the source headers (bug 2772129).
|
- FIX: Added the exception notes into the source headers (bug 2772129).
|
||||||
- FIX: Added license notice to several files (bug 2772160).
|
- 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 ***
|
*** 1.2.0 ***
|
||||||
- Full test cycle and test reports updated.
|
- Full test cycle and test reports updated.
|
||||||
|
|
Loading…
Reference in New Issue