robertinant / EnergiaNG

open-source electronics prototyping platform
http://www.energia.nu/
Other
12 stars 3 forks source link

non ascii characters in source #765 #11

Closed RickKimball closed 8 years ago

RickKimball commented 8 years ago

Same issues as before:

https://github.com/energia/Energia/issues/765

$ file $(find . -iname 'hard*') ./cores/msp430/HardwareSerial.h: C++ source, ASCII text ./cores/msp430/HardwareSerial.cpp: C source, Non-ISO extended-ASCII text

robertinant commented 8 years ago

Fixed with commit https://github.com/energia/msp430-lg-core/commit/2ac508e2287dc5d5b5c1784ec93d22e2b55665db

I'll do the same for the other platforms mentioned in https://github.com/energia/Energia/issues/765

robertinant commented 8 years ago

This issue was moved to energia/msp430-lg-core#6