removed trailing whitespace

This commit is contained in:
quak
2026-03-11 13:41:32 +01:00
parent 60451e97a4
commit f47acb9afe
2 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ TARGET := debounce
DEVICE := STM32H573II
# include c sources list
AS_SOURCES :=
C_SOURCES :=
AS_SOURCES :=
C_SOURCES :=
include ./src.mk
# compiler commands
@@ -45,11 +45,11 @@ DEBUG := 1
ifeq ($(DEBUG), 1)
DBG_FLAGS := -g
else
DBG_FLAGS :=
DBG_FLAGS :=
endif
AS_DEFS := -DSTM32H563xx
AS_INC :=
AS_INC :=
AS_FLAGS := -x assembler-with-cpp $(TARGET_FLAGS) $(AS_DEFS) $(AS_INC) $(OPT) $(DBG_FLAGS) $(COMP_FLAGS)
C_DEFS := -DSTM32H563xx

View File

@@ -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.
Arguments are separated with `;`.
**Sequences are terminated with `m`.**
**Sequences are terminated with `m`.**
``` bash
# Example: