1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 22:49:47 +01:00

kconfig: Fix tabs/space issue

This commit is contained in:
MrKevinWeiss 2023-05-24 09:13:14 +02:00
parent 40d0f64a04
commit 75d19552dd
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -191,9 +191,9 @@ config HAS_PERIPH_GPIO_IRQ
config HAS_PERIPH_GPIO_FAST_READ
bool
help
Indicates that the GPIO peripheral supports a mode in which pin read
operations are faster, usually with a tradeoff against a different
property.
Indicates that the GPIO peripheral supports a mode in which pin read
operations are faster, usually with a tradeoff against a different
property.
config HAS_PERIPH_GPIO_TAMPER_WAKE
bool