NordicSemiconductor / ble-sdk-arduino

MIT License
249 stars 97 forks source link

aci_evt_params_hw_error_t size of file_name #22

Open sw opened 8 years ago

sw commented 8 years ago

The nRF8001 Product Specification 1.3 says that the file name has length 22, but aci_evt_params_hw_error_t in file aci_evts.h has size 20.

Which is correct?