forked from mfulz_github/qmk_firmware
Minor formatting fixes.
This commit is contained in:
parent
cd3aae87da
commit
b6bf314d50
|
@ -31,9 +31,9 @@ LUFA_BUILD_PROVIDED_MACROS +=
|
||||||
# bin - Build application BIN binary object file
|
# bin - Build application BIN binary object file
|
||||||
# hex - Build application HEX object file
|
# hex - Build application HEX object file
|
||||||
# lss - Build application LSS assembly listing file
|
# lss - Build application LSS assembly listing file
|
||||||
# clean - Remove all project intermediatary and binary
|
# clean - Remove all project intermediary and binary
|
||||||
# output files
|
# output files
|
||||||
# mostlyclean - Remove intermediatary output files, but
|
# mostlyclean - Remove intermediary output files, but
|
||||||
# preserve binaries
|
# preserve binaries
|
||||||
# <filename>.s - Compile C/C++ source file into an assembly file
|
# <filename>.s - Compile C/C++ source file into an assembly file
|
||||||
# for manual code inspection
|
# for manual code inspection
|
||||||
|
|
|
@ -19,7 +19,8 @@ LUFA_BUILD_PROVIDED_MACROS +=
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# DESCRIPTION:
|
# DESCRIPTION:
|
||||||
# Provides a set of targets to scan a project with the free "cppcheck" static
|
# Provides a set of targets to scan a project with the free "cppcheck" static
|
||||||
# analysis tool, to check for code errors at runtime (see http://cppcheck.sourceforge.net).
|
# analysis tool, to check for code errors at runtime
|
||||||
|
# (see http://cppcheck.sourceforge.net).
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# TARGETS:
|
# TARGETS:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue