Skip to content

Commit 429a344

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents a33bbcc + 7fcbea6 commit 429a344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firmware/nrf5x/boards.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
#include "e104bt5032a_board.h"
4949
#elif defined(BOARD_ALIEXPRESS)
5050
#include "aliexpress_board.h"
51+
#elif defined(BOARD_ALIEXPRESS_NO_XTAL)
52+
#include "aliexpress_board_no_xtal.h"
5153
#elif defined(BOARD_SIMPLE)
5254
#include "simple_board.h"
5355
#else

0 commit comments

Comments
 (0)