-
由 Doug Zobel 提交于
The "Convert to use GPIO descriptors" commit changed the initialization of the enable GPIO from GPIOF_DIR_OUT to GPIOD_ASIS. This breaks systems where the GPIO does not default to output. Changing the enable initialization to GPIOD_OUT_LOW. Signed-off-by: NDoug Zobel <dougdev334@gmail.com> Signed-off-by: NPavel Machek <pavel@ucw.cz>
a5d3d1ad