Skip to content

Correct capitalization of Arduino.h include filename#3

Merged
bakercp merged 1 commit intobakercp:masterfrom
per1234:fix-_filename
Aug 11, 2017
Merged

Correct capitalization of Arduino.h include filename#3
bakercp merged 1 commit intobakercp:masterfrom
per1234:fix-_filename

Conversation

@per1234
Copy link
Copy Markdown

@per1234 per1234 commented Aug 11, 2017

The correct filename is Arduino.h. Incorrect capitalization is not an issue on filename case insensitive operating systems such as Windows but on filename case sensitive operating systems such as Linux the previous incorrect filename will cause compilation to fail.

The correct filename is Arduino.h. Incorrect capitalization is not an issue on filename case insensitive operating systems such as Windows but on filename case sensitive operating systems such as Linux the previous incorrect filename will cause compilation to fail.
@bakercp bakercp merged commit e8fea84 into bakercp:master Aug 11, 2017
@bakercp
Copy link
Copy Markdown
Owner

bakercp commented Aug 11, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants