We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff30d commit 2a9c94eCopy full SHA for 2a9c94e
workspace_tools/targets.py
@@ -360,7 +360,7 @@ def __init__(self):
360
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
361
362
363
-class nRF51822(Target):
+class NRF51822(Target):
364
def __init__(self):
365
Target.__init__(self)
366
@@ -406,7 +406,7 @@ def __init__(self):
406
LPC1114(),
407
LPC11C24(),
408
LPC11U35_401(),
409
- nRF51822(),
+ NRF51822(),
410
C027()
411
]
412
0 commit comments