fixed loader reload bug
This commit is contained in:
@@ -199,7 +199,7 @@ void shared_memory_write(uint8_t cmd, uint8_t value)
|
||||
{
|
||||
if (scratchpad_locked_tx){
|
||||
debug_P(DEBUG_SHM, PSTR("shared_memory_write: locked_tx\n"));
|
||||
return 1;
|
||||
//return 1;
|
||||
}
|
||||
debug_P(DEBUG_SHM, PSTR("shared_memory_write: 0x%04x=0x%02x 0x%04x=0x%02x \n"),
|
||||
SHARED_MEM_TX_LOC_CMD, cmd, SHARED_MEM_TX_LOC_PAYLOAD, value);
|
||||
|
||||
Reference in New Issue
Block a user