fix: Fix no return function
This commit is contained in:
parent
a7165d69ab
commit
635999afa3
|
@ -295,6 +295,7 @@ static uint8_t SWD_Transfer_Common (uint32_t request, uint32_t *data) {
|
||||||
}
|
}
|
||||||
} while (retryCount++ < 99);
|
} while (retryCount++ < 99);
|
||||||
|
|
||||||
|
return DAP_TRANSFER_ERROR;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue