mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed some style bugs (misformatting) in rev.1.9.
This commit is contained in:
parent
921e623763
commit
3fd635c702
1 changed files with 2 additions and 2 deletions
|
|
@ -699,8 +699,8 @@ const struct puc_device_description puc_devices[] = {
|
|||
/* VScom PCI-200L: 2S */
|
||||
{ "VScom PCI-200L",
|
||||
NULL,
|
||||
{ 0x14d2, 0x8020, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0 },
|
||||
{ 0x14d2, 0x8020, 0, 0 },
|
||||
{ 0xffff, 0xffff, 0, 0 },
|
||||
{
|
||||
{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8},
|
||||
{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8},
|
||||
|
|
|
|||
Loading…
Reference in a new issue