Skip to content

Commit

Permalink
Update makeboards.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach authored Jan 26, 2022
1 parent d8893ff commit 2a7aae7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions extras/makeboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
}


def get_mcu(name):
if name == 'feather52832':
return 52832
else:
return 52840

def build_header(mcu, name, vendor, product, vid, pid_list):
prettyname = vendor + " " + product + " ({})".format(mcu)
print()
Expand Down

0 comments on commit 2a7aae7

Please sign in to comment.