Add missing comments
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-08-10 16:31:09 +02:00
förälder a961ac1e69
incheckning 075c85d0ff
2 ändrade filer med 2 tillägg och 1 borttagningar

Visa fil

@@ -221,7 +221,7 @@ HlInitializeComPort(IN OUT PCPPORT Port,
PortNumber = 1;
}
/* We support up to COM8 */
/* We support only a pre-defined number of ports */
if(PortNumber > ARRAY_SIZE(ComPortAddress))
{
/* Fail if wrong/unsupported port used */