mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
change flashdump to void
This commit is contained in:
parent
ed14095a2f
commit
0fa14cca02
@ -167,7 +167,7 @@ static int flashread(int ddb, int link, uint8_t *buf, uint32_t addr, uint32_t le
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int flashdump(int ddb, int link, uint32_t addr, uint32_t len)
|
void flashdump(int ddb, int link, uint32_t addr, uint32_t len)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
uint8_t buf[32];
|
uint8_t buf[32];
|
||||||
|
Loading…
Reference in New Issue
Block a user