Use the right default value for the serial port baud rate

svn path=/trunk/; revision=20251
This commit is contained in:
Hervé Poussineau
2005-12-18 18:12:36 +00:00
parent b8bc139f1d
commit d9c1d77e60
+1 -1
View File
@@ -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);