commit
10bd49a71a
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto whitespace=trailing-space
|
||||
|
||||
# Explicitly declare text files you want to always be normalized and converted
|
||||
# to native line endings on checkout.
|
||||
*.c text
|
||||
*.h text
|
||||
*.java text
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.png binary
|
||||
*.jpg binary
|
|
@ -1195,4 +1195,3 @@ void halLcdScrollLine(int Line)
|
|||
for (i = Row; i < Row + FONT_HEIGHT; i++)
|
||||
halLcdScrollRow(i);
|
||||
}
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@ GETTING_STARTED = \
|
|||
<b>Getting started</b><br>\
|
||||
<br>\
|
||||
<br><i>F1:</i> Toggle quick help</i>
|
||||
|
||||
|
|
|
@ -920,4 +920,3 @@ FT_STATUS WINAPI FT_Reload(
|
|||
|
||||
|
||||
#endif /* FTD2XX_H */
|
||||
|
||||
|
|
Loading…
Reference in a new issue