未验证 提交 4e999ddc 编写于 作者: B buyaa-n 提交者: GitHub

Merge pull request #77 from buyaa-n/comment_hummingboard

Commenting out HummingBoard default picking logic
......@@ -42,10 +42,12 @@ namespace System.Device.Gpio
{
return new RaspberryPi3Driver();
}
if (match.Groups[1].Value == HummingBoardHardware)
{
return new HummingBoardDriver();
}
// 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.
先完成此消息的编辑!
想要评论请 注册