Hi, I would like to convert a blinky project for the BOARD_PCA10040 to my own custom board. I can't find on eclipse where "#define BOARD_PCA10040" symbol is defined so I change it.
can you help me please find where I can change this symbol.
Hi, I would like to convert a blinky project for the BOARD_PCA10040 to my own custom board. I can't find on eclipse where "#define BOARD_PCA10040" symbol is defined so I change it.
can you help me please find where I can change this symbol.
C pre-processor symbols are defined in the Makefile, see CFLAGS variable. "names" with -D as prefix are preprocessor symbols. E.g.,
CFLAGS += -DBOARD_PCA10040