fixed loader reload bug

This commit is contained in:
optixx
2009-08-30 13:00:34 +02:00
parent 9e1fec1ec6
commit 5e31bc1946
3 changed files with 20 additions and 9 deletions

View File

@@ -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);