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

View File

@@ -4,7 +4,7 @@
#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;