From f47acb9afeb1212067801d827cfcfd244cdc99a4 Mon Sep 17 00:00:00 2001 From: quak Date: Wed, 11 Mar 2026 13:41:32 +0100 Subject: [PATCH] removed trailing whitespace --- examples/make/Makefile | 8 ++++---- linux.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/make/Makefile b/examples/make/Makefile index 0d5d78b..c331b20 100644 --- a/examples/make/Makefile +++ b/examples/make/Makefile @@ -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 diff --git a/linux.md b/linux.md index 176c64b..5bfcac9 100644 --- a/linux.md +++ b/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. Arguments are separated with `;`. -**Sequences are terminated with `m`.** +**Sequences are terminated with `m`.** ``` bash # Example: