提交 4e28c2b4 编写于 作者: B Buyaa Namnan

Commenting out HummingBoard default picking logic

上级 aedde00a
......@@ -42,10 +42,13 @@ namespace System.Device.Gpio
{
return new RaspberryPi3Driver();
}
/* Commenting out as HummingBoard driver is not implemented yet, will be added back after implementation
* https://github.com/dotnet/iot/issues/76
if (match.Groups[1].Value == HummingBoardHardware)
{
return new HummingBoardDriver();
}
}
*/
return new UnixDriver();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册