mirror of
https://github.com/synthetos/g2.git
synced 2026-08-19 01:13:34 +08:00
minor commit
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<InterfaceName>SWD</InterfaceName>
|
||||
</ToolOptions>
|
||||
<ToolType>com.atmel.avrdbg.tool.atmelice</ToolType>
|
||||
<ToolNumber>J41800019454</ToolNumber>
|
||||
<ToolNumber>J41800030015</ToolNumber>
|
||||
<ToolName>Atmel-ICE</ToolName>
|
||||
</com_atmel_avrdbg_tool_atmelice>
|
||||
<UseGdb>True</UseGdb>
|
||||
@@ -100,7 +100,7 @@
|
||||
<HWProgramCounterSampling>True</HWProgramCounterSampling>
|
||||
</PercepioTrace>
|
||||
<preserveEEPROM>true</preserveEEPROM>
|
||||
<avrtoolserialnumber>J41800019454</avrtoolserialnumber>
|
||||
<avrtoolserialnumber>J41800030015</avrtoolserialnumber>
|
||||
<avrdeviceexpectedsignature>0x284E0A60</avrdeviceexpectedsignature>
|
||||
<avrtoolinterfaceclock>2000000</avrtoolinterfaceclock>
|
||||
<custom>
|
||||
|
||||
@@ -608,6 +608,9 @@ static void _load_move()
|
||||
mp_runtime_command(st_pre.bf);
|
||||
|
||||
} // else null - WARNING - We cannot printf from here!! Causes crashes.
|
||||
else {
|
||||
_debug_trap("_load_move called when it's not needed?");
|
||||
}
|
||||
|
||||
// all other cases drop to here (e.g. Null moves after Mcodes skip to here)
|
||||
st_pre.block_type = BLOCK_TYPE_NULL;
|
||||
|
||||
Reference in New Issue
Block a user