Skip to content

Commit 2a7aae7

Browse files
authored
Update makeboards.py
1 parent d8893ff commit 2a7aae7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

extras/makeboards.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
}
4848

4949

50-
def get_mcu(name):
51-
if name == 'feather52832':
52-
return 52832
53-
else:
54-
return 52840
55-
5650
def build_header(mcu, name, vendor, product, vid, pid_list):
5751
prettyname = vendor + " " + product + " ({})".format(mcu)
5852
print()

0 commit comments

Comments
 (0)