1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:09:46 +01:00

drivers/srf02: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:04:00 +01:00
parent 6dd6720739
commit 841a32ecde
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -11,3 +11,8 @@ config MODULE_SRF02
depends on TEST_KCONFIG
select MODULE_PERIPH_I2C
select MODULE_XTIMER
config HAVE_SRF02
bool
help
Indicates that a SRF02 ultrasonic range sensor is present.