Skip to content

Commit

Permalink
Merge branch 'main' into fix/me30-example-link-libphy
Browse files Browse the repository at this point in the history
  • Loading branch information
crsz20 committed Nov 19, 2024
2 parents 3bf5e11 + 247e670 commit 97325ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libraries/libs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ INIT_EXTENDED ?= 0
# Default directory for libphy
LIB_PHY_DIR ?= $(LIBS_DIR)/BlePhy

BLE_API ?= Cordio
# Include the Cordio Library
CORDIO_DIR ?= $(LIBS_DIR)/Cordio
CORDIO_DIR ?= $(LIBS_DIR)/$(BLE_API)
include $(CORDIO_DIR)/platform/targets/maxim/build/cordio_lib.mk
PROJ_CFLAGS += -D__CORDIO__

Expand Down

0 comments on commit 97325ce

Please sign in to comment.