#include "at32f403a_407.h" #include "model_cfg.h" #ifdef __ICCARM__ #pragma location = ".model" const char model[16] = MODEL_STR; #else char model[16] __attribute__ ((section (".model"))) = MODEL_STR; #endif