mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
Fix the BL602 mtimer frequency error.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define TICK_COUNT (160 * 1000 * 1000 / TICK_PER_SEC)
|
||||
#define TICK_COUNT (10 * 1000 * 1000 / TICK_PER_SEC)
|
||||
#define CLINT_BASE_ADDRESS 0x02000000
|
||||
|
||||
#define getreg64(a) (*(volatile uint64_t *)(a))
|
||||
|
||||
Reference in New Issue
Block a user