From c1101e5131de460639f062ce2a10cb5ea4bab156 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Thu, 24 Oct 2024 15:45:53 +0000 Subject: [PATCH] Fixing using statement --- src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs b/src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs index 6bae7db1f2..b46612884d 100644 --- a/src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs +++ b/src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs @@ -1,7 +1,7 @@ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. -namespace System; +using System; namespace System.Device.Gpio; ///