From 9051da0184cf839037f1370c729b27bf065b9c95 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sat, 10 Jul 2021 22:06:34 +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