mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
usb: tiny formatting nit
Format 300 baud like all the others here. No functional change.
This commit is contained in:
parent
913e7dc3e0
commit
1645a4ae64
1 changed files with 2 additions and 1 deletions
|
|
@ -478,7 +478,8 @@ static uint8_t
|
|||
umct_calc_baud(uint32_t baud)
|
||||
{
|
||||
switch (baud) {
|
||||
case B300:return (0x1);
|
||||
case B300:
|
||||
return (0x1);
|
||||
case B600:
|
||||
return (0x2);
|
||||
case B1200:
|
||||
|
|
|
|||
Loading…
Reference in a new issue