Skip to content

Commit df12bf0

Browse files
author
Bogdan Marinescu
committed
Fix macros for the UBLOX_C027 target
1 parent 518967a commit df12bf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspace_tools/targets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ def __init__(self):
482482
self.extra_labels = ['NXP', 'LPC176X']
483483

484484
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "GCC_CS", "GCC_CR", "IAR"]
485+
486+
self.macros = ['TARGET_LPC1768']
485487

486488
self.supported_form_factors = ["ARDUINO"]
487489

0 commit comments

Comments
 (0)