fix typo
This commit is contained in:
@@ -43,7 +43,7 @@ void dump_packet(uint32_t addr, uint32_t len, uint8_t * packet)
|
||||
}
|
||||
}
|
||||
|
||||
void dump_memoryt(uint32_t bottom_addr, uint32_t top_addr)
|
||||
void dump_memory(uint32_t bottom_addr, uint32_t top_addr)
|
||||
{
|
||||
uint32_t addr;
|
||||
uint8_t byte;
|
||||
|
||||
Reference in New Issue
Block a user