STM32H750XB_RT-THREAD/15-RCC—时钟配置(使用HSE或者HSI)/User/main.h
2025-07-21 14:34:29 +08:00

10 lines
88 B
C

#ifndef __MAIN_H
#define __MAIN_H
#include "stm32h7xx_hal.h"
#endif /* __MAIN_H */