Skip to content

Commit

Permalink
Update boards.h
Browse files Browse the repository at this point in the history
add missing BOARD_ALIEXPRESS_NO_XTAL to fix the build error.
  • Loading branch information
dschense authored May 2, 2024
1 parent 92d56a0 commit dca3b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/nrf5x/boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#include "e104bt5032a_board.h"
#elif defined(BOARD_ALIEXPRESS)
#include "aliexpress_board.h"
#elif defined(BOARD_ALIEXPRESS_NO_XTAL)
#include "aliexpress_board_no_xtal.h"
#elif defined(BOARD_SIMPLE)
#include "simple_board.h"
#else
Expand Down

0 comments on commit dca3b2c

Please sign in to comment.