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

drivers/saul: Fix spelling mistake

This commit is contained in:
MrKevinWeiss 2021-12-10 14:01:36 +01:00
parent aa138dbe4b
commit be6e671d4c
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -41,7 +41,7 @@ config MODULE_SAUL_NRF_TEMPERATURE
select MODULE_PERIPH_TEMPERATURE
config MODULE_AUTO_INIT_SAUL
bool "Auto initialize the SAUL sybsystem"
bool "Auto initialize the SAUL subsystem"
depends on MODULE_AUTO_INIT
select MODULE_SAUL_INIT_DEVS
default y