12 lines
206 B
C
12 lines
206 B
C
#ifndef BOARD_CONFIG_H
|
|
#define BOARD_CONFIG_H
|
|
|
|
/*
|
|
* 板级配置选择
|
|
*/
|
|
#define CONFIG_BOARD_AC631N_DEMO // CONFIG_APP_KEYBOARD,CONFIG_APP_PAGE_TURNER
|
|
|
|
#include "board_ac631n_demo_cfg.h"
|
|
|
|
#endif
|