mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
boards: lm3s6965-ek: Fix SYSCLK_FREQUENCY for QEMU
This commit is contained in:
committed by
patacongo
parent
1f1dd43c6f
commit
563d94d969
@@ -65,7 +65,12 @@
|
||||
*/
|
||||
|
||||
#define TIVA_SYSDIV 4
|
||||
|
||||
#ifdef CONFIG_TIVA_WITH_QEMU
|
||||
#define SYSCLK_FREQUENCY 12500000 /* 12.5MHz */
|
||||
#else
|
||||
#define SYSCLK_FREQUENCY 50000000 /* 50MHz */
|
||||
#endif
|
||||
|
||||
/* Peripheral Clock (PCLK)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user