Merge pull request #6845 from dhalbert/7.3.x-remove-pewpew13-6844

Remove pewpew13 board, which was a long-ago typo and does not exist
This commit is contained in:
Dan Halbert 2022-08-30 10:57:24 -04:00 committed by GitHub
commit ac1e660519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,6 @@ aliases_by_board = {
"pybadge": ["edgebadge"], "pybadge": ["edgebadge"],
"pyportal": ["pyportal_pynt"], "pyportal": ["pyportal_pynt"],
"gemma_m0": ["gemma_m0_pycon2018"], "gemma_m0": ["gemma_m0_pycon2018"],
"pewpew10": ["pewpew13"],
} }
aliases_brand_names = { aliases_brand_names = {
@ -54,8 +53,6 @@ aliases_brand_names = {
"Adafruit PyPortal Pynt", "Adafruit PyPortal Pynt",
"gemma_m0_pycon2018": "gemma_m0_pycon2018":
"Adafruit Gemma M0 PyCon 2018", "Adafruit Gemma M0 PyCon 2018",
"pewpew13":
"PewPew 13",
} }
additional_modules = { additional_modules = {