11 lines
135 B
C
Raw Permalink Normal View History

2023-11-21 08:26:01 +08:00
#ifndef __PRJCONFIG_H__
#define __PRJCONFIG_H__
#define LEFT_BOARD 1
#define RIGHT_BOARD 2
2024-01-19 13:29:51 +08:00
#define BOARDCFG RIGHT_BOARD
2023-11-21 08:26:01 +08:00
#endif