[M487] Change OS_CLOCK to 192 MHz

pull/4608/head
ccli8 2017-05-24 09:18:31 +08:00
parent aaf26a12e1
commit 4d4d1a89f9
1 changed files with 1 additions and 1 deletions

View File

@ -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)