Added a missing period.
This commit is contained in:
parent
94dcb682c1
commit
f469f012f8
|
|
@ -23,7 +23,7 @@ namespace Proculite.GpioRest.Services
|
|||
|
||||
private void SetupPins()
|
||||
{
|
||||
_logger.LogInformation("Setting up {PinCount} pins", _pins.Length);
|
||||
_logger.LogInformation("Setting up {PinCount} pins.", _pins.Length);
|
||||
PinMode pinMode = PinMode.Output;
|
||||
|
||||
foreach (var pin in _pins)
|
||||
|
|
|
|||
Loading…
Reference in a new issue