23 lines
238 B
C
23 lines
238 B
C
#include "config.h"
|
|
#include "string.h"
|
|
|
|
#define DEBUG
|
|
|
|
#define CONFIG_BASE_ADDRESS (ADDR_FLASH_SECTOR_11)
|
|
|
|
#ifdef DEBUG
|
|
|
|
Config_Param_t param_chassis ={
|
|
|
|
#else
|
|
|
|
static const Config_Param_t param_chassis ={
|
|
|
|
#endif
|
|
|
|
.chassis={
|
|
|
|
}
|
|
|
|
|
|
}; |