Commit be427388 authored by f3nix's avatar f3nix

Fix eeschema compilation

parent a338d6f9
......@@ -39,7 +39,8 @@ static PARAM_CFG_INT NetFormatCfg
wxT("NetFmt"), /* Ident String */
&g_NetFormat, /* Parameter address */
NET_TYPE_PCBNEW, /* Default value */
NET_TYPE_NOT_INIT, NET_TYPE_MAX-1 /* Min and Max values for the parameter */
NET_TYPE_UNINIT, NET_TYPE_CUSTOM1 /* Min and Max values for the parameter */
/*NET_TYPE_NOT_INIT, NET_TYPE_MAX-1*/
);
static PARAM_CFG_INT UnitCfg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment