I have a custom board with the CC2640R2F on it. I'm using SDK 1.50 with the SBP OAD on-chip example.
I followed this guide - - to add custom board files to my project. I've added a new folder with a new Board.h, MyBoard.c and MyBoard.h. I've replaced the compile time board type CC2640R2_LAUNCHXL with MYBOARD but yet I observe compile time errors finding my board defines in my application files. What could be going wrong?