forked from platformio/platformio-core
Introduce platform names
This commit is contained in:
@@ -28,3 +28,6 @@ class NxplpcPlatform(BasePlatform):
|
||||
"default": True
|
||||
}
|
||||
}
|
||||
|
||||
def get_name(self):
|
||||
return "NXP LPC"
|
||||
|
||||
Reference in New Issue
Block a user