mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
The space isn't required by the compiler, but the preprocessor needed one in order to use the #include to figure out which libraries the sketch used. That caused an error if you didn't have the space, because the corresponding library wasn't linked. http://code.google.com/p/arduino/issues/detail?id=975