..
This commit is contained in:
parent
50fcb6fb9b
commit
301eebafa9
1 changed files with 5 additions and 5 deletions
10
DigestPlay.c
10
DigestPlay.c
|
@ -23,9 +23,7 @@
|
||||||
|
|
||||||
#define COUNT(array) sizeof(array) / sizeof(array[0])
|
#define COUNT(array) sizeof(array) / sizeof(array[0])
|
||||||
|
|
||||||
#define BUFFER_SIZE 128
|
#define BUFFER_SIZE 64
|
||||||
#define ATTEMPT_COUNT 5
|
|
||||||
|
|
||||||
#define CLIENT_NAME "DigestPlay " STRING(VERSION) " " BUILD
|
#define CLIENT_NAME "DigestPlay " STRING(VERSION) " " BUILD
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
|
@ -234,12 +232,14 @@ int main(int argc, char* argv[])
|
||||||
count ++;
|
count ++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clean up
|
// Transmit call terminator
|
||||||
|
TransmitRewindData(context, REWIND_TYPE_DMR_DATA_BASE + 2, REWIND_FLAG_REAL_TIME_1, NULL, 0);
|
||||||
|
|
||||||
printf("Done\n");
|
// Clean up
|
||||||
|
|
||||||
TransmitRewindCloae(context);
|
TransmitRewindCloae(context);
|
||||||
ReleaseRewindContext(context);
|
ReleaseRewindContext(context);
|
||||||
|
|
||||||
|
printf("Done\n");
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue