Remove pewpew13 board, which was a long-ago typo and does not exist

This commit is contained in:
Dan Halbert 2022-08-30 07:43:40 -04:00
parent a325ba181a
commit 93d917e48e

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 = {