STM32H750XB_RT-THREAD/42-PWR—电源管理/PWR—停止模式/User/main.h

11 lines
184 B
C
Raw Normal View History

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