Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

How to change from BOARD_PCA10040 to BOARD_CUSTOM

I have an example for board PCA10040 that I want to use on a custom board. It is described on 
nRF5_SDK_v17.1.0/nrf5/sdk_for_custom_boards.html that I have to
(1) create a file custom_board.h, and
(2) define BOARD_CUSTOM.
It is however not described how I remove the definition of BOARD_PCA10040. 

So, where and how do I remove the definition of BOARD_PCA10040 and add the definition of BOARD_CUSTOM?

Parents Reply Children
Related