This commit is contained in:
不吃油炸鸡
2025-12-02 19:20:58 +08:00
parent ab399e897b
commit 6a27b28ace

View File

@@ -4,8 +4,8 @@
#include "stm32f4xx.h" #include "stm32f4xx.h"
#include "stm32f4xx_hal.h" #include "stm32f4xx_hal.h"
#define OS_SUPPORT 0 #define OS_SUPPORT 1
#define SYS_CLK 100 #define SYS_CLK 100
typedef int32_t s32; typedef int32_t s32;
typedef int16_t s16; typedef int16_t s16;