K74B/app_Indie/usr/fcode/prjconfig.h
2024-01-24 11:44:44 +08:00

11 lines
134 B
C

#ifndef __PRJCONFIG_H__
#define __PRJCONFIG_H__
#define LEFT_BOARD 1
#define RIGHT_BOARD 2
#define BOARDCFG LEFT_BOARD
#endif