tao_z
2021-07-03 1a4ea70147216f586f1341d4f1981733ed2c203c
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);