From 1a4ea70147216f586f1341d4f1981733ed2c203c Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Sat, 03 Jul 2021 21:41:30 +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