mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
If the GPIO is in an output state, gpio_init() can return 0 without bad consequences. -1 was return until now. Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>