blessed icon indicating copy to clipboard operation
blessed copied to clipboard

Compilation error

Open sevstels opened this issue 7 years ago • 0 comments

Error: identifier "RADIO_CRCCNF_SKIP_ADDR_Skip" is undefined ..\Blessed\platform\nrf51822\radio.c 305 Error: identifier "RADIO_CRCCNF_SKIP_ADDR_Pos" is undefined ..\Blessed\platform\nrf51822\radio.c 305 Error while running C/C++ Compiler

For fix this: #include <nrf51_deprecated.h> to radio.c

sevstels avatar Apr 23 '17 13:04 sevstels