This commit is contained in:
iceman1001 2019-09-25 22:06:47 +02:00
parent 048a08ec34
commit 86994cdc69

View file

@ -323,6 +323,7 @@ bool fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, int *firstClockEdge) {
size_t size = getFromGraphBuf(bits);
if (size == 0) {
PrintAndLogEx(WARNING, "Failed to copy from graphbuffer");
free(bits);
return false;
}