Skip to content

Commit f52cd0e

Browse files
committed
Changed class name of Ublox C027 because it conflicts with the C027 library
1 parent 2a9c94e commit f52cd0e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

workspace_tools/targets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def __init__(self):
371371
self.supported_toolchains = ["ARM"]
372372

373373

374-
class C027(Target):
374+
class UBLOX_C027(Target):
375375
def __init__(self):
376376
Target.__init__(self)
377377

@@ -407,7 +407,7 @@ def __init__(self):
407407
LPC11C24(),
408408
LPC11U35_401(),
409409
NRF51822(),
410-
C027()
410+
UBLOX_C027()
411411
]
412412

413413
# Map each target name to its unique instance

0 commit comments

Comments
 (0)