Skip to content

Commit c1101e5

Browse files
committed
Fixing using statement
1 parent 7755061 commit c1101e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Device.Gpio/System/Device/Gpio/PinNumberingScheme.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
namespace System;
4+
using System;
55
namespace System.Device.Gpio;
66

77
/// <summary>

0 commit comments

Comments
 (0)