Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 5, 2024
1 parent 5e11e7f commit e5f67a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
def get_sd(name):
if '52832' in name:
return 's132v6'
elif '52833' in name:
elif '52833' in name or name == 'pca10100':
return 's140v7'
else:
# most of the board is 52840
Expand Down

0 comments on commit e5f67a5

Please sign in to comment.