15 lines
236 B
C
15 lines
236 B
C
|
#ifndef BOARD_CONFIG_H
|
||
|
#define BOARD_CONFIG_H
|
||
|
|
||
|
/*
|
||
|
* 板级配置选择
|
||
|
*/
|
||
|
|
||
|
#define CONFIG_BOARD_AC635N_DEMO
|
||
|
// #define CONFIG_BOARD_AC6351D_KEYBOARD
|
||
|
|
||
|
#include "board_ac635n_demo_cfg.h"
|
||
|
#include "board_ac6351d_keyboard_cfg.h"
|
||
|
|
||
|
#endif
|