#72: coding style in dvb.c

Support forum for minisatip
Post Reply
9000h
Posts: 89
Joined: Tue May 12, 2015 1:49 pm

Post by 9000h »

we should move the defines from dvb.c to dvb.h

#define DELSYS 0
#define FREQUENCY 1
....

#ifndef DTV_STREAM_ID
#define DTV_STREAM_ID 42
#endif
Post Reply