AC63_BT_SDK/apps/mesh/board/br25/board_config.h
2025-02-18 15:40:42 +08:00

13 lines
155 B
C

#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
/*
* 板级配置选择
*/
#define CONFIG_BOARD_AC636N_DEMO
#include "board_ac636n_demo_cfg.h"
#endif