NordicPlayground / nRF51-multi-role-conn-observer-advertiser

Runs an Observer or Advertiser role (timeslot API) with a Connection. Provides a HCI interface to the Observer and Advertiser. Advertiser provides SCAN REQs back to application.
42 stars 25 forks source link

Removed trailing ^M token (line-ending issue?) #18

Closed rvanzundert closed 8 years ago

rvanzundert commented 8 years ago

nrf51-multi-role-conn-observer-advertiser/btle_hci/scanner/ll_scan.c: In function 'm_adv_report_generate': nrf51-multi-role-conn-observer-advertiser/btle_hci/scanner/ll_scan.c:211:126: error: expected expression before '^' token adv_report->address_type = (pkt[UL_PDU_DD_SENDER_PADD_OFFSET] & UL_PDU_DD_SENDER_PADD_MASK) >> UL_PDU_DD_SENDER_PADD_SHIFT;^M ^

trond-snekvik commented 8 years ago

Yep, looks like a line ending mixup, thank you :smile: