fix defines

Origin commit data
------------------
Branch: master
Commit: 178d6f3a2f
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)

Origin message was:
------------------
- fix defines

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-01-18 00:06:07 +01:00
parent bff0e71e31
commit 259cb0b827
2 changed files with 2 additions and 2 deletions

View File

@@ -1935,7 +1935,7 @@ void cCA::SetTSClock(u32 Speed, int slot)
} }
} }
#if BOXMODEL_VUPLUS_ALL #if BOXMODEL_VUPLUS
void cCA::SetCIDelay(int Delay) void cCA::SetCIDelay(int Delay)
{ {
char buf[64]; char buf[64];

View File

@@ -329,7 +329,7 @@ public:
/// sh4 unused /// sh4 unused
void SetTSClock(u32 Speed, int slot = 0); void SetTSClock(u32 Speed, int slot = 0);
#if BOXMODEL_VUPLUS_ALL #if BOXMODEL_VUPLUS
/// dvb wait delay for ci response /// dvb wait delay for ci response
void SetCIDelay(int Delay); void SetCIDelay(int Delay);
#endif #endif