mirror of https://github.com/openXC7/prjxray.git
Increase N for NFFMUX and NOUTMUX to prevent false matches.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
a0585e4923
commit
e1b9ab5550
|
|
@ -1,4 +1,4 @@
|
|||
N := 1
|
||||
N := 3
|
||||
CLB_DBFIXUP=Y
|
||||
include ../clb.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
N := 1
|
||||
N := 3
|
||||
CLB_DBFIXUP=Y
|
||||
include ../clb.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue