From bc6c916bff0b8d342c1cd62da73a2a09f18d22a8 Mon Sep 17 00:00:00 2001
From: tao_z <tzj0429@163.com>
Date: Thu, 24 Jun 2021 22:22:49 +0800
Subject: [PATCH] 基本模块编译通过

---
 USR/INC/clock.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/USR/INC/clock.h b/USR/INC/clock.h
index 9be6eb7..b279082 100644
--- a/USR/INC/clock.h
+++ b/USR/INC/clock.h
@@ -1,7 +1,7 @@
 #ifndef _CLOCK_H_
 #define _CLOCK_H_
 #include "stdint.h"
-#define SYSTEM_CLOCK (48000000UL)
+#define SYSTEM_CLOCK (64000000UL)
 void Clock_Config(void);
 void Ostick_config(void);
 void delay_1ms(uint32_t count);

--
Gitblit v1.8.0