This message appears :
Field 'BLE_GAP_CONN_SEC_MODE_SET_OPEN(&hrs_init.hrs_hrm_attr_md.cccd_write_perm)' could not be resolved
but the build and flash were successed and it works well.
Is it OK..?
This message appears :
Field 'BLE_GAP_CONN_SEC_MODE_SET_OPEN(&hrs_init.hrs_hrm_attr_md.cccd_write_perm)' could not be resolved
but the build and flash were successed and it works well.
Is it OK..?
Yes, that's normal. Eclipse don't parse defines from Makefile so then it doesn't see certain parts in SDK C and H files as part of the project... (that's why we all hate Eclipse, right?:)
Thank you.