mirror of
https://github.com/micropython/micropython.git
synced 2025-09-04 17:00:30 +02:00
The config header files with the same name have the same contents, so they don't need to be repeated for each board in the board's source directory. Signed-off-by: Damien George <damien@micropython.org>
16 lines
393 B
C
16 lines
393 B
C
/* generated configuration header file - do not edit */
|
|
#ifndef R_FLASH_LP_CFG_H_
|
|
#define R_FLASH_LP_CFG_H_
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define FLASH_LP_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
|
#define FLASH_LP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (1)
|
|
#define FLASH_LP_CFG_DATA_FLASH_PROGRAMMING_ENABLE (0)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif /* R_FLASH_LP_CFG_H_ */
|