fix vuzero4k

This commit is contained in:
BPanther
2019-08-26 16:13:25 +02:00
committed by Thilo Graf
parent 89795e0ac9
commit 643e31d127
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ static bool transmitData(eDVBCISlot* slot, unsigned char* d, int len)
{
printf("%s -> %s len(%d)\n", FILENAME, __func__, len);
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUZERO4K
#if y_debug
for (int i = 0; i < len; i++)
printf("%02x ", d[i]);