Skip to content

Commit b37883d

Browse files
author
jantje
committed
#1369 This should do it
1 parent 6f0eaa4 commit b37883d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

io.sloeber.core/src/io/sloeber/core/txt/WorkAround.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class WorkAround extends Const {
4343
// Each time this class is touched consider changing the String below to enforce
4444
// updates
4545
// for debugging I added the system time so the files get refresed at each run
46-
private static final String FIRST_SLOEBER_WORKAROUND_LINE = "#Sloeber created workaound file V1.02.test 20 ";
46+
private static final String FIRST_SLOEBER_WORKAROUND_LINE = "#Sloeber created workaound file V1.03.test 01 ";
4747
// + String.valueOf(System.currentTimeMillis());
4848

4949
/**
@@ -265,6 +265,8 @@ private static String platformApplyCustomWorkArounds(String inPlatformTxt) {
265265

266266
// for STM32
267267
platformTXT = platformTXT.replace(" -DBOARD_NAME=\"{build.board}\"", " \"-DBOARD_NAME=\\\"{build.board}\\\"\"");
268+
platformTXT = platformTXT.replace(" -DVARIANT_H=\"{build.variant_h}\"",
269+
" \"-DVARIANT_H=\\\"{build.variant_h}\\\"\"");
268270

269271
return platformTXT;
270272
}

0 commit comments

Comments
 (0)