Add missing quote

This commit is contained in:
Ben Nuttall
2017-03-03 13:11:49 +00:00
parent 5b91e55e96
commit f5f827c0ec

View File

@@ -538,7 +538,7 @@ def _parse_pi_revision(revision):
8: '3B',
9: 'Zero',
10: 'CM3',
12: 'Zero W,
12: 'Zero W',
}[(revision & 0xff0) >> 4]
if model in ('A', 'B'):
pcb_revision = {