Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

#include <Spin.h> - Case Sensitive #405

Closed KurtE closed 7 years ago

KurtE commented 7 years ago

It appears like after the last days updates. that this include is no longer found. Turns out the file name was SPIN.h in my directory.

Probably not a bad thing as it would not work on Linux anyway, but this did work up until now.

Robot-Will commented 7 years ago

I think this is due to the compiler (mingw32 g++/gcc), the compiler is Case Sensitive, so it can not find the .h file.