K74B/87400/usr/fcode/prjconfig.h

11 lines
134 B
C
Raw Normal View History

2024-01-25 14:22:18 +08:00
#ifndef __PRJCONFIG_H__
#define __PRJCONFIG_H__
#define LEFT_BOARD 1
#define RIGHT_BOARD 2
#define BOARDCFG LEFT_BOARD
#endif