From dca2985b0f93d037e0fd38fb91885e4fb4814d41 Mon Sep 17 00:00:00 2001 From: crsz20 Date: Tue, 19 Nov 2024 14:03:30 -0600 Subject: [PATCH] Use the correct variable for referencing the libphy.a directory --- Examples/MAX32657/Bluetooth/BLE5_ctr/project.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/MAX32657/Bluetooth/BLE5_ctr/project.mk b/Examples/MAX32657/Bluetooth/BLE5_ctr/project.mk index e41ee807593..ae3ea6ef72e 100644 --- a/Examples/MAX32657/Bluetooth/BLE5_ctr/project.mk +++ b/Examples/MAX32657/Bluetooth/BLE5_ctr/project.mk @@ -28,7 +28,7 @@ LIB_CORDIO = 1 CORDIO_DIR = $(LIBS_DIR)/Packetcraft-ADI -RF_PHY_DIR = $(LIBS_DIR)/RF-PHY +LIB_PHY_DIR = $(LIBS_DIR)/RF-PHY # Cordio library options BLE_HOST = 0