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/us_ticker.c
- Revision:
- 177:d650f5d4c87a
- Parent:
- 174:b96e65c34a4d
- Child:
- 178:79309dc6340a
--- a/targets/TARGET_Realtek/TARGET_AMEBA/us_ticker.c Wed Oct 25 14:53:38 2017 +0100 +++ b/targets/TARGET_Realtek/TARGET_AMEBA/us_ticker.c Wed Nov 08 13:50:44 2017 +0000 @@ -21,7 +21,7 @@ #define TICK_READ_FROM_CPU 0 // 1: read tick from CPU, 0: read tick from G-Timer #define SYS_TIM_ID 1 // the G-Timer ID for System -#define APP_TIM_ID 6 // the G-Timer ID for Application +#define APP_TIM_ID 2 // the G-Timer ID for Application /* * For RTL8195AM, clock source is 32k
