diff options
Diffstat (limited to 'common/route.h')
-rw-r--r-- | common/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/route.h b/common/route.h index 7a90c513..33927f26 100644 --- a/common/route.h +++ b/common/route.h @@ -24,7 +24,7 @@ NEXTPNR_NAMESPACE_BEGIN -extern bool route_design(Context *ctx, bool verbose = false); +extern bool route_design(Context *ctx); NEXTPNR_NAMESPACE_END |