Fixed bug 2772237.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_1.2.x@907 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-04-18 09:14:43 +00:00
parent 815566d1bf
commit 7020b80d81
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ 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).
*** 1.2.0 ***
- Full test cycle and test reports updated.

View File

@ -54,7 +54,7 @@ namespace chibios_rt {
systime_t System::GetTime(void) {
return chSysGetTime();
return chTimeNow();
}
/*------------------------------------------------------------------------*