Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ private static uint GetBscBase(ProcessorPin sdaPin, ProcessorPin sclPin)
throw new InvalidOperationException("No I2C device exist on the specified pins");

default:
throw new NotSupportedException(string.Format(CultureInfo.InvariantCulture, "Connector pintout {0} is not supported", GpioConnectionSettings.ConnectorPinout));
throw new NotSupportedException(string.Format(CultureInfo.InvariantCulture, "Connector pinout {0} is not supported", GpioConnectionSettings.ConnectorPinout));
}
}

Expand Down