Im getting the following error ,when I try to compile the example ble_HID_template from the latest Arduino Nordic Release:
ble_HID_template.ino: In function 'void aci_loop()':
ble_HID_template:579: error: 'SETUP_SUCCESS' was not declared in this scope
C:\Users\nishant\Downloads\arduino-1.0.3\libraries\Nordic_BLE/lib_aci.h: In function 'void setup()':
C:\Users\nishant\Downloads\arduino-1.0.3\libraries\Nordic_BLE/lib_aci.h:123: error: too many arguments to function 'void lib_aci_init(aci_state_t*)'
ble_HID_template:658: error: at this point in file
How to cope up with that?