mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-05 13:02:49 +00:00
Fix CRLF issues.
Many problems happen with git due to some machines liking CRLF at the end of lines, and others linking CR. To try to straighten this out, I'm using Unix-style LF (\n) as the line endings. To make sure your repository remains consistent, try: $ git config --global core.autocrlf input For details, see: http://help.github.com/dealing-with-lineendings/
This commit is contained in:
@@ -165,10 +165,3 @@ void loop() {
|
|||||||
}
|
}
|
||||||
lastButtonState = buttonState;
|
lastButtonState = buttonState;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -23,4 +23,3 @@ void loop() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user