diff options
| author | Joel Challis | 2025-04-19 23:52:25 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-19 23:52:25 +0200 |
| commit | ce8b8414d96e9d9ecb2e001fc5844a8fa9b7addc (patch) | |
| tree | ae6216a06adebe37cb44e887ef33a43d02496d67 /builddefs | |
| parent | 7e68cfc6fa4adf4b17e06cd5138cc9c2ad40f3e3 (diff) | |
Remove `bluefruit_le_read_battery_voltage` function (#25129)
Diffstat (limited to 'builddefs')
| -rw-r--r-- | builddefs/common_features.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index f30a456fc3..ec856715b0 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -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 |