Skip to content

Commit 28c6bda

Browse files
authored
tools/Makefile: remove stray whitespace from APP_DIR (#3240)
1 parent bf15299 commit 28c6bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LUASOURCE ?= ../local/lua
77
FLASHSIZE ?= 4mb 32mb 8mb
88
FLASH_SW = -S
99
SUBDIRS =
10-
APP_DIR = ../app
10+
APP_DIR = ../app
1111
OBJDUMP = $(or $(shell which objdump),xtensa-lx106-elf-objdump)
1212

1313
#############################################################

0 commit comments

Comments
 (0)