Merge pull request #512 from litghost/increase_n_for_clb_mux

Increase N for NFFMUX and NOUTMUX to prevent false matches.
This commit is contained in:
Karol Gugala 2019-01-15 18:22:11 +01:00 committed by GitHub
commit e7d31b064f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
N := 1
N := 3
CLB_DBFIXUP=Y
include ../clb.mk

View File

@ -1,4 +1,4 @@
N := 1
N := 3
CLB_DBFIXUP=Y
include ../clb.mk