during build time in keil arm software getting this as an error therefore not getting target completed
during build time in keil arm software getting this as an error therefore not getting target completed
Hi
Are you trying to build one of the SDK example projects? What SDK version are you using?
ret_code_t is defined in the sdk_errors.h header file in the SDK. Please make sure that it is included in the following path: C:\...\YOUR_SDK_FOLDER\nRF5_SDK_17.0.2_d674dde\components\libraries\util\sdk_errors.h
Best regards,
Simon
Hi
Are you trying to build one of the SDK example projects? What SDK version are you using?
ret_code_t is defined in the sdk_errors.h header file in the SDK. Please make sure that it is included in the following path: C:\...\YOUR_SDK_FOLDER\nRF5_SDK_17.0.2_d674dde\components\libraries\util\sdk_errors.h
Best regards,
Simon
yes ret_code_t is defined there as a name(datatype) of structure