jsonschema: mirny: fix clk_sel default value

pull/1662/head
Harry Ho 2021-03-30 15:53:20 +08:00 committed by Sébastien Bourdeauducq
parent 8002fcf8bb
commit fc59791583
1 changed files with 4 additions and 5 deletions

View File

@ -374,15 +374,14 @@
{
"type": "integer",
"minimum": 0,
"maximum": 3,
"default": 0
"maximum": 3
},
{
"type": "string",
"enum": ["xo", "mmcx", "sma"],
"default": "xo"
"enum": ["xo", "mmcx", "sma"]
}
]
],
"default": 0
}
},
"required": ["ports"]