Skip to content

Commit ebb6bc0

Browse files
committed
Fixes test rig compilation
1 parent c20b3ca commit ebb6bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_rig.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ $(TARGET)_SRC += \
1212
test_rig/pins.c \
1313
test_rig/button.c \
1414

15-
$(TARGET)_DEFINE += -D __SAMD21G18A__
15+
$(TARGET)_DEFINE += -D __SAMD21J18A__
1616
$(TARGET)_LDSCRIPT = common/samd21g18a_firmware_partition.ld

0 commit comments

Comments
 (0)