未验证 提交 a21e403e 编写于 作者: M Misha 提交者: GitHub

Fix OragePiPC typo (#2035)

上级 03192fa5
......@@ -6,12 +6,12 @@ using Iot.Device.Gpio.Drivers;
namespace System.Device.Gpio.Drivers
{
/// <summary>
/// A GPIO driver for the Orange Pi PC.
/// A GPIO driver for the Orange Pi PC and PC+.
/// </summary>
/// <remarks>
/// SoC: Allwinner H3
/// </remarks>
public class OragePiPCDriver : SunxiDriver
public class OrangePiPCDriver : SunxiDriver
{
/// <inheritdoc/>
protected override int CpuxPortBaseAddress => 0x01C20800;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册