Skip to content

Commit

Permalink
ports/psoc6: Fix build error for BLE Kit.
Browse files Browse the repository at this point in the history
Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>
  • Loading branch information
IFX-Anusha committed Oct 1, 2024
1 parent c0a2264 commit ec42db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/psoc6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ ifeq ($(MICROPY_PSOC6_LWIP),1)
netutils/trace.c \
)
CFLAGS += -DMICROPY_PY_LWIP=0
MOD_SRC_C += modsocket.c
endif

DRIVERS_SRC_C += $(addprefix drivers/,\
Expand All @@ -143,7 +144,6 @@ DRIVERS_SRC_C += $(addprefix drivers/,\

MOD_SRC_C += \
modgc.c \
modsocket.c \
\
machine_i2c.c \
machine_pin_phy.c \
Expand Down

0 comments on commit ec42db5

Please sign in to comment.