From 2c9800d5d8b230dae0881cdde649daf8d3604818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= <gaetan.harter@fu-berlin.de> Date: Tue, 5 Jun 2018 13:28:23 +0200 Subject: [PATCH] makefiles/vars.inc.mk: fixup indentation --- makefiles/vars.inc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index 3669adc2a4..b0cbac7474 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -63,7 +63,7 @@ export WERROR # Treat all compiler warnings as errors if set to 1 export GITCACHE # path to git-cache executable export FLASHER # The command to call on "make flash". export FFLAGS # The parameters to supply to FLASHER. -export FLASH_ADDR # Define an offset to flash code into ROM memory. +export FLASH_ADDR # Define an offset to flash code into ROM memory. export TERMPROG # The command to call on "make term". export TERMFLAGS # Additional parameters to supply to TERMPROG. export PORT # The port to connect the TERMPROG to. -- GitLab