0
0
Fork 0

fix: Fix no return function

This commit is contained in:
windowsair 2020-12-07 00:27:14 +08:00
parent a7165d69ab
commit 635999afa3
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ static uint8_t SWD_Transfer_Common (uint32_t request, uint32_t *data) {
}
} while (retryCount++ < 99);
return DAP_TRANSFER_ERROR;
}