removed trailing whitespace
This commit is contained in:
@@ -19,8 +19,8 @@ TARGET := debounce
|
|||||||
DEVICE := STM32H573II
|
DEVICE := STM32H573II
|
||||||
|
|
||||||
# include c sources list
|
# include c sources list
|
||||||
AS_SOURCES :=
|
AS_SOURCES :=
|
||||||
C_SOURCES :=
|
C_SOURCES :=
|
||||||
include ./src.mk
|
include ./src.mk
|
||||||
|
|
||||||
# compiler commands
|
# compiler commands
|
||||||
@@ -45,11 +45,11 @@ DEBUG := 1
|
|||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
DBG_FLAGS := -g
|
DBG_FLAGS := -g
|
||||||
else
|
else
|
||||||
DBG_FLAGS :=
|
DBG_FLAGS :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AS_DEFS := -DSTM32H563xx
|
AS_DEFS := -DSTM32H563xx
|
||||||
AS_INC :=
|
AS_INC :=
|
||||||
AS_FLAGS := -x assembler-with-cpp $(TARGET_FLAGS) $(AS_DEFS) $(AS_INC) $(OPT) $(DBG_FLAGS) $(COMP_FLAGS)
|
AS_FLAGS := -x assembler-with-cpp $(TARGET_FLAGS) $(AS_DEFS) $(AS_INC) $(OPT) $(DBG_FLAGS) $(COMP_FLAGS)
|
||||||
|
|
||||||
C_DEFS := -DSTM32H563xx
|
C_DEFS := -DSTM32H563xx
|
||||||
|
|||||||
2
linux.md
2
linux.md
@@ -115,7 +115,7 @@ They **are prefixed with an escape character**, which can be written in a few wa
|
|||||||
|
|
||||||
The sequences is started with a `[` followed by the command and arguments.
|
The sequences is started with a `[` followed by the command and arguments.
|
||||||
Arguments are separated with `;`.
|
Arguments are separated with `;`.
|
||||||
**Sequences are terminated with `m`.**
|
**Sequences are terminated with `m`.**
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# Example:
|
# Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user