STM32H750XB_RT-THREAD/24-QSPI—读写串行FLASH(W25Q256)/双片FLASH读写(间接模式)/User/main.h
2025-07-21 14:34:29 +08:00

10 lines
125 B
C

#ifndef __MAIN_H
#define __MAIN_H
#include "stm32h7xx_hal.h"
static void SystemClock_Config(void);
#endif /* __MAIN_H */