From 4d4d1a89f90c32bba8f5b27c26d6acf33f7fc5cd Mon Sep 17 00:00:00 2001 From: ccli8 Date: Wed, 24 May 2017 09:18:31 +0800 Subject: [PATCH] [M487] Change OS_CLOCK to 192 MHz --- targets/TARGET_NUVOTON/mbed_rtx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/mbed_rtx.h b/targets/TARGET_NUVOTON/mbed_rtx.h index e55fd85151..78f24ee6f6 100644 --- a/targets/TARGET_NUVOTON/mbed_rtx.h +++ b/targets/TARGET_NUVOTON/mbed_rtx.h @@ -80,7 +80,7 @@ #define OS_MAINSTKSIZE 256 #endif #ifndef OS_CLOCK -#define OS_CLOCK 160000000 +#define OS_CLOCK 192000000 #endif #if defined(__CC_ARM)