File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/System.Device.Gpio/System/Device/Gpio/Drivers Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ public LibGpiodV2Driver(int chipNumber)
4646 /// Construct an instance of this driver with the provided chip.
4747 /// </summary>
4848 /// <param name="chip">The chip to use. Should be one of the elements returned by <see cref="GetAvailableChips"/></param>
49- [ Experimental ( DiagnosticIds . SDGPIO0001 , UrlFormat = DiagnosticIds . UrlFormat ) ]
5049 public LibGpiodV2Driver ( GpioChipInfo chip )
5150 : this ( chip . Id )
5251 {
Original file line number Diff line number Diff line change @@ -900,7 +900,7 @@ protected internal override PinMode GetPinMode(int pinNumber)
900900 /// <inheritdoc />
901901 public override ComponentInformation QueryComponentInformation ( )
902902 {
903- var self = new ComponentInformation ( this , " SysFsDriver" ) ;
903+ var self = new ComponentInformation ( this , nameof ( SysFsDriver ) ) ;
904904#pragma warning disable SDGPIO0001
905905 self . Properties [ "ChipInfo" ] = GetChipInfo ( ) . ToString ( ) ;
906906#pragma warning restore SDGPIO0001
You can’t perform that action at this time.
0 commit comments