Skip to content

Commit

Permalink
Updated LIB_PHY_DIR variable to conditional assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
crsz20 committed Nov 19, 2024
1 parent dca2985 commit 3bf5e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/MAX32657/Bluetooth/BLE5_ctr/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
LIB_CORDIO = 1

CORDIO_DIR = $(LIBS_DIR)/Packetcraft-ADI
LIB_PHY_DIR = $(LIBS_DIR)/RF-PHY
LIB_PHY_DIR ?= $(LIBS_DIR)/RF-PHY

# Cordio library options
BLE_HOST = 0
Expand Down

0 comments on commit 3bf5e11

Please sign in to comment.