From a21e403e94c009983bb4082be93306ac63b36016 Mon Sep 17 00:00:00 2001 From: Misha <46088515+MishaTY@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:37:26 -0500 Subject: [PATCH] Fix OragePiPC typo (#2035) --- src/devices/Gpio/Drivers/OrangePiPCDriver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/Gpio/Drivers/OrangePiPCDriver.cs b/src/devices/Gpio/Drivers/OrangePiPCDriver.cs index 0879d691..fa1e6579 100644 --- a/src/devices/Gpio/Drivers/OrangePiPCDriver.cs +++ b/src/devices/Gpio/Drivers/OrangePiPCDriver.cs @@ -6,12 +6,12 @@ using Iot.Device.Gpio.Drivers; namespace System.Device.Gpio.Drivers { /// - /// A GPIO driver for the Orange Pi PC. + /// A GPIO driver for the Orange Pi PC and PC+. /// /// /// SoC: Allwinner H3 /// - public class OragePiPCDriver : SunxiDriver + public class OrangePiPCDriver : SunxiDriver { /// protected override int CpuxPortBaseAddress => 0x01C20800; -- GitLab