Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 656704e

Browse files
committed
Add missing newline to Makefile
1 parent 1d237ed commit 656704e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp32/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ LIBS = -L$(ESP_IDF_COMP_PATH)/esp32/lib -L$(ESP_IDF_COMP_PATH)/esp32/ld -L$(ESP_
7676
$(ESP_IDF_COMP_PATH)/newlib/lib/libc-psram-workaround.a \
7777
-lfreertos -ljson -ljsmn -llwip -lnewlib -lvfs -lopenssl -lmbedtls -lwpa_supplicant \
7878
-lxtensa-debug-module -lbt -lsdmmc -lsoc -lheap -u ld_include_panic_highint_hdl \
79+
7980
ifeq ($(BOARD), $(filter $(BOARD), FIPY))
8081
LIBS += sigfox/modsigfox_fipy.a
8182
endif

0 commit comments

Comments
 (0)