bank 0x00 upload working with crc
This commit is contained in:
@@ -11,6 +11,6 @@ uint16_t do_crc(uint8_t * data,uint16_t size);
|
||||
uint16_t do_crc_update(uint16_t crc,uint8_t * data,uint16_t size);
|
||||
void crc_check_memory(uint32_t bottom_addr,uint32_t top_addr,uint8_t *buffer);
|
||||
uint16_t crc_check_memory_range(uint32_t start_addr, uint32_t size,uint8_t *buffer);
|
||||
void crc_check_bulk_memory(uint32_t bottom_addr,uint32_t top_addr);
|
||||
uint16_t crc_check_bulk_memory(uint32_t bottom_addr,uint32_t top_addr);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user