energia / msp430-lg-core

15 stars 12 forks source link

non ascii characters in source #765 #6

Closed robertinant closed 8 years ago

robertinant commented 8 years ago

From @RickKimball on June 29, 2016 16:0

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

Copied from original issue: robertinant/EnergiaNG#11

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