Remove bluefruit_le_read_battery_voltage function (#25129)

This commit is contained in:
Joel Challis
2025-04-19 22:52:25 +01:00
committed by GitHub
parent 7e68cfc6fa
commit ce8b8414d9
8 changed files with 11 additions and 58 deletions
-1
View File
@@ -897,7 +897,6 @@ ifeq ($(strip $(BLUETOOTH_ENABLE)), yes)
ifeq ($(strip $(BLUETOOTH_DRIVER)), bluefruit_le)
SPI_DRIVER_REQUIRED = yes
ANALOG_DRIVER_REQUIRED = yes
SRC += $(DRIVER_PATH)/bluetooth/bluetooth.c
SRC += $(DRIVER_PATH)/bluetooth/bluefruit_le.cpp
endif