6 lines
100 B
C
6 lines
100 B
C
#ifndef _PROGRAM_CONFIG_H_
|
|
#define _PROGRAM_CONFIG_H_
|
|
|
|
#define FLASH_STORE_START 0x280000
|
|
|
|
#endif
|