..
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 BUFFER_SIZE 128
|
||||
#define ATTEMPT_COUNT 5
|
||||
|
||||
#define BUFFER_SIZE 64
|
||||
#define CLIENT_NAME "DigestPlay " STRING(VERSION) " " BUILD
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
|
@ -234,12 +232,14 @@ int main(int argc, char* argv[])
|
|||
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);
|
||||
ReleaseRewindContext(context);
|
||||
|
||||
printf("Done\n");
|
||||
return EXIT_SUCCESS;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue