9 lines
110 B
C
9 lines
110 B
C
#ifndef _CONFIG_
|
|
#define _CONFIG_
|
|
|
|
#define P11_CORE 0
|
|
#define SYS_CORE 1
|
|
#define COMPILE_CPU P11_CORE
|
|
|
|
#endif
|