11 lines
135 B
C
11 lines
135 B
C
#ifndef __PRJCONFIG_H__
|
|
#define __PRJCONFIG_H__
|
|
|
|
#define LEFT_BOARD 1
|
|
#define RIGHT_BOARD 2
|
|
|
|
#define BOARDCFG RIGHT_BOARD
|
|
|
|
#endif
|
|
|