Skip to content

Commit

Permalink
Merge branch 'bugfix/spi_eeprom_example_make_build' into 'master'
Browse files Browse the repository at this point in the history
spi: fix the component.mk for eeprom example

See merge request espressif/esp-idf!8187
  • Loading branch information
ginkgm committed Mar 31, 2020
2 parents 8b00635 + 6998257 commit 4a005a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)

COMPONENT_ADD_LDFRAGMENTS += "linker.lf"
COMPONENT_ADD_LDFRAGMENTS += linker.lf

0 comments on commit 4a005a0

Please sign in to comment.