Remove unused function

This commit is contained in:
Ilari Liusvaara 2014-11-17 21:39:47 +02:00
parent 5ddf119ef0
commit 4ab23cfeb4

View file

@ -1035,8 +1035,3 @@ void convert_break_to_pause()
core.supdater->update();
}
}
void debug_trash_memory(uint8_t* addr, uint8_t byte)
{
*addr = byte;
}