sunfounder / SunFounder_SensorKit_for_RPi2

SunFounder Sensor Kit V2.0 for Raspberry Pi 2
GNU General Public License v2.0
115 stars 84 forks source link

FIX: gcc example uses ndash character where it should use normal dash. #3

Open danielballan opened 7 years ago

danielballan commented 7 years ago

The example gcc command given in the README uses the wrong Unicode character, an "ndash" instead of a normal dash. This causes gcc to report "No such file or directory".

sunfounder commented 7 years ago

Thanks we did not notice that.