STM32H750XB_RT-THREAD/24-QSPI—读写串行FLASH(W25Q256)/单片FLASH读写(直接映射)/User/main.h

10 lines
125 B
C
Raw Normal View History

2025-07-21 06:34:29 +00:00
#ifndef __MAIN_H
#define __MAIN_H
#include "stm32h7xx_hal.h"
static void SystemClock_Config(void);
#endif /* __MAIN_H */