17 lines
301 B
C
17 lines
301 B
C
|
#ifndef BOARD_CONFIG_H
|
||
|
#define BOARD_CONFIG_H
|
||
|
|
||
|
/*
|
||
|
* 板级配置选择
|
||
|
*/
|
||
|
|
||
|
#define CONFIG_BOARD_AC638N_DEMO
|
||
|
// #define CONFIG_BOARD_AC6381A_DEMO
|
||
|
// #define CONFIG_BOARD_AC6385A_DEMO
|
||
|
|
||
|
#include "board_ac638n_demo_cfg.h"
|
||
|
#include "board_ac6381a_demo_cfg.h"
|
||
|
#include "board_ac6385a_demo_cfg.h"
|
||
|
|
||
|
#endif
|