Clean up a bit.

This commit is contained in:
Bob McWhirter 2021-06-10 10:37:26 -04:00
parent fc64e88b92
commit b7c071aa71
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ block/VREFINTCAL:
- name: DATA
description: Factory calibration
byte_offset: 0
access: Read
fieldset: DATA
fieldset/DATA:
description: Factory calibration data

View File

@ -490,7 +490,6 @@ def parse_chips():
with open(family_extra) as extra_f:
extra = yaml.load(extra_f, Loader=yaml.SafeLoader)
for (extra_name, extra_p) in extra['peripherals'].items():
print(f'adding {extra_name}')
peris[extra_name] = extra_p
# Handle GPIO specially.