File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ var exampleSupportedBoards = [];
315
315
}
316
316
317
317
// code-gen options
318
- const runFromRamCodeGen = document . getElementById ( 'run-from-ram-code-gen-cblist' ) . checked ;
318
+ const runFromRAMCodeGen = document . getElementById ( 'run-from-ram-code-gen-cblist' ) . checked ;
319
319
const nameEntryPointProjectName = document . getElementById ( 'entry-project-name-code-gen-cblist' ) . checked ;
320
320
const cppCodeGen = document . getElementById ( 'cpp-code-gen-cblist' ) . checked ;
321
321
const cppRttiCodeGen = document . getElementById ( 'cpp-rtti-code-gen-cblist' ) . checked ;
@@ -355,7 +355,7 @@ var exampleSupportedBoards = [];
355
355
picoWireless : picoWireless ,
356
356
357
357
// code-gen options
358
- runFromRam : runFromRamCodeGen ,
358
+ runFromRAM : runFromRAMCodeGen ,
359
359
entryPointProjectName : nameEntryPointProjectName ,
360
360
cpp : cppCodeGen ,
361
361
cppRtti : cppRttiCodeGen ,
You can’t perform that action at this time.
0 commit comments