Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 1b04319

Browse files
authored
Merge pull request #16 from badgeteam/basvs-add-badge-spi
add badge_spi.o to Makefile (VSPI sharing)
2 parents 3730894 + aaf74dd commit 1b04319

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
@@ -757,6 +757,7 @@ BADGE_COMPONENTS_O = $(addprefix $(PROJECT_PATH)/components/,\
757757
badge/badge_base.o \
758758
badge/badge_eink.o \
759759
badge/badge_i2c.o \
760+
badge/badge_spi.o \
760761
badge/badge_leds.o \
761762
badge/badge_mpr121.o \
762763
badge/badge_disobey_samd.o \

0 commit comments

Comments
 (0)