7 lines
129 B
C
7 lines
129 B
C
#ifndef _PROGRAM_CONFIG_H_
|
|
#define _PROGRAM_CONFIG_H_
|
|
|
|
#define FLASH_STORE_START 0x100000
|
|
#define KEYBOARD_ACTIVATED 1
|
|
|
|
#endif
|