mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Use the right default value for the serial port baud rate
svn path=/trunk/; revision=20251
This commit is contained in:
@@ -42,7 +42,7 @@ ReadRegistryEntries(
|
||||
ULONG DefaultMouseDataQueueSize = 0x64;
|
||||
ULONG DefaultNumberOfButtons = 0;
|
||||
UNICODE_STRING DefaultPointerDeviceBaseName = RTL_CONSTANT_STRING(L"PointerPort");
|
||||
ULONG DefaultSampleRate = SERIAL_BAUD_1200;
|
||||
ULONG DefaultSampleRate = 1200;
|
||||
|
||||
ParametersRegistryKey.Length = 0;
|
||||
ParametersRegistryKey.MaximumLength = RegistryPath->Length + sizeof(L"\\Parameters") + sizeof(UNICODE_NULL);
|
||||
|
||||
Reference in New Issue
Block a user