ptcryan / CPM_Due

Z80 Emulator with CP/M on Arduino Due
GNU General Public License v3.0
21 stars 6 forks source link

Linux Arduino IDE compatibility patch #10

Open kklis opened 8 years ago

kklis commented 8 years ago

When trying to compile CPM_Due in Linux you get "fatal error: arduino.h: No such file or directory". Linux filesystem is case sensitive and there is "Arduino.h" instead of "arduino.h". In Windows or Mac OS X there is still no difference between the two.