AC63_BT_SDK/apps/mesh/board/br34/board_config.h

17 lines
301 B
C
Raw Normal View History

2025-02-18 15:40:42 +08:00
#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