mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
comment some debugging code
This commit is contained in:
parent
ed5dc73984
commit
c97bcc29f3
@ -95,7 +95,7 @@ void Memory::writeMemory()
|
||||
{
|
||||
println(_data - buffer);
|
||||
println(".");
|
||||
println((int)_saveRestores[i], HEX);
|
||||
//println((long)_saveRestores[i], HEX);
|
||||
buffer = _saveRestores[i]->save(buffer);
|
||||
}
|
||||
|
||||
@ -105,7 +105,7 @@ void Memory::writeMemory()
|
||||
{
|
||||
println(_data - buffer);
|
||||
println(".");
|
||||
println((int)_tableObjects[i], HEX);
|
||||
//println((long)_tableObjects[i], HEX);
|
||||
buffer = _tableObjects[i]->save(buffer);
|
||||
|
||||
//save to size of the memoryblock for tableobject too, so that we can rebuild the usedList and freeList
|
||||
|
Loading…
Reference in New Issue
Block a user