NordicSemiconductor / ble-sdk-arduino

MIT License
249 stars 97 forks source link

dtm.h has a UTF-8 BOM #2

Closed sw closed 10 years ago

sw commented 10 years ago

The file dtm.h has a UTF-8 byte order mark (BOM). Please remove this as it confuses some compilers.

You might need to use a hex editor to remove the first three bytes (EF BB BF)

Skjerve commented 10 years ago

Fixed in 0.9.0