remove compiler warnings

This commit is contained in:
optixx
2010-07-19 16:33:55 +02:00
parent 2ebdf15efa
commit 0f0c6eb409
3 changed files with 4 additions and 5 deletions

View File

@@ -311,7 +311,7 @@ void sram_bulk_copy_into_buffer(uint32_t addr, uint8_t * dst, uint32_t len)
{
uint32_t i;
uint8_t *ptr = dst;
//uint8_t *ptr = dst;
debug_P(DEBUG_SRAM, PSTR("sram_bulk_copy_into_buffer: addr=0x%08lx dst=0x%p len=%li\n\r"),
addr, dst, len);
sram_bulk_read_start(addr);