From 4a89e24804b91902def506a9e898293fa36ccb59 Mon Sep 17 00:00:00 2001
From: tao_z <tzj0429@163.com>
Date: Sat, 10 Jul 2021 11:52:25 +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 b279082..9be6eb7 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 (64000000UL)
+#define SYSTEM_CLOCK (48000000UL)
 void Clock_Config(void);
 void Ostick_config(void);
 void delay_1ms(uint32_t count);

--
Gitblit v1.8.0