NANO130_H2Press/User/flash_config.h

23 lines
649 B
C
Raw Permalink Normal View History

2025-04-10 14:54:41 +08:00
/*
*********************************************************************************************************
* IAR Development Kits
* on the
*
* M451
*
* Filename : flash_config.h
* Version : V1.00
* Programmer(s) : Qian Xianghong
*********************************************************************************************************
*/
#ifndef USER_FLASH_CONFIG_PRESENT
#define USER_FLASH_CONFIG_PRESENT
void Config_Init();
void Config_Open();
uint32_t Config_LoadConfig();
uint32_t Config_SaveConfig();
#endif