12 lines
154 B
C
12 lines
154 B
C
|
#ifndef BOARD_CONFIG_H
|
||
|
#define BOARD_CONFIG_H
|
||
|
|
||
|
/*
|
||
|
* 板级配置选择
|
||
|
*/
|
||
|
#define CONFIG_BOARD_AC6311_DEMO
|
||
|
|
||
|
#include "board_ac6311_demo_cfg.h"
|
||
|
|
||
|
#endif
|