Do not output kind to the yamls.

I originally added it for debugging of the stm32-data script itself.
It is useless to anyone trying to consume the yamls, due to the wonky st versioning.
This commit is contained in:
Dario Nieuwenhuis 2021-11-28 23:47:45 +01:00
parent a83949d082
commit f93860b894

View File

@ -624,7 +624,6 @@ def parse_chips():
p = OrderedDict({ p = OrderedDict({
'address': addr, 'address': addr,
'kind': pkind,
}) })
peri_clock = None peri_clock = None