diff options
| author | Joel Challis <git@zvecr.com> | 2025-04-19 22:52:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-19 22:52:25 +0100 |
| 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) | |||
| 897 | 897 | ||
| 898 | ifeq ($(strip $(BLUETOOTH_DRIVER)), bluefruit_le) | 898 | ifeq ($(strip $(BLUETOOTH_DRIVER)), bluefruit_le) |
| 899 | SPI_DRIVER_REQUIRED = yes | 899 | SPI_DRIVER_REQUIRED = yes |
| 900 | ANALOG_DRIVER_REQUIRED = yes | ||
| 901 | SRC += $(DRIVER_PATH)/bluetooth/bluetooth.c | 900 | SRC += $(DRIVER_PATH)/bluetooth/bluetooth.c |
| 902 | SRC += $(DRIVER_PATH)/bluetooth/bluefruit_le.cpp | 901 | SRC += $(DRIVER_PATH)/bluetooth/bluefruit_le.cpp |
| 903 | endif | 902 | endif |
