diff --git a/src/NmeaParser/BufferedStreamDevice.cs b/src/NmeaParser/BufferedStreamDevice.cs index e51b9e1..da55a95 100644 --- a/src/NmeaParser/BufferedStreamDevice.cs +++ b/src/NmeaParser/BufferedStreamDevice.cs @@ -98,7 +98,6 @@ namespace NmeaParser /// /// Gets or sets the separator between each burst of data. Defaults to . /// - /// public BurstEmulationSeparator BurstSeparator { get => emulationSettings.Separator;