Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_Realtek/TARGET_AMEBA/sdk/os/rtx2/rtx2_service.c
- Revision:
- 174:b96e65c34a4d
- Parent:
- 167:e84263d55307
--- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/os/rtx2/rtx2_service.c Fri Sep 15 14:59:18 2017 +0100 +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/os/rtx2/rtx2_service.c Mon Oct 02 15:33:19 2017 +0100 @@ -548,7 +548,7 @@ static u32 _rtx2_get_current_time(void) { - return osKernelGetTickCount(); + return osKernelGetSysTimerCount(); } static u32 _rtx2_systime_to_ms(u32 systime)