Hi:
I find a odd question when i use SES to develop nRF52832, ESB protocol is using and i need to config some different slaves with same code except the pipe num, i define a macro in sdk_config like this:

i am sure i can complie this project ,and run in the nRF52832 successfully before i changed this macro,when i change " #define PIPE_NUM 1" to "#define PIPE_NUM 1". In fact,you can see that i changed none of these characters,compiling and debugging this project again, my code enter the dummy handler. and system shutdown , how can i solve this problem?