examples/bmp180: remove references to bmp280 which already has its own example

This commit is contained in:
raiden00pl 2023-10-23 12:38:48 +02:00 committed by Xiang Xiao
parent fdabc7eccc
commit 6a3a180e1e

View File

@ -4,11 +4,11 @@
#
config EXAMPLES_BMP180
tristate "BMP180/280 Barometer sensor example"
tristate "BMP180 Barometer sensor example"
default n
depends on SENSORS_BMP180 || SENSORS_BMP280
depends on SENSORS_BMP180
---help---
Enable the BMP180/BMP280 example
Enable the BMP180 example
if EXAMPLES_BMP180