Skip to content

Commit 2a9c94e

Browse files
committed
Fixed nRF51822 class name (always use upper case)
1 parent 82ff30d commit 2a9c94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace_tools/targets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def __init__(self):
360360
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]
361361

362362

363-
class nRF51822(Target):
363+
class NRF51822(Target):
364364
def __init__(self):
365365
Target.__init__(self)
366366

@@ -406,7 +406,7 @@ def __init__(self):
406406
LPC1114(),
407407
LPC11C24(),
408408
LPC11U35_401(),
409-
nRF51822(),
409+
NRF51822(),
410410
C027()
411411
]
412412

0 commit comments

Comments
 (0)