Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geändert: src/rtl_adsb.c #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/rtl_adsb.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ int main(int argc, char **argv)
int r, opt;
int gain = AUTO_GAIN; /* tenths of a dB */
int dev_index = 0;
int rtlsdr_get_index_by_serial(const char *serial);
int dev_given = 0;
int ppm_error = 0;
int enable_biastee = 0;
Expand Down
1 change: 1 addition & 0 deletions src/rtl_biast.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ int main(int argc, char **argv)
{
int i, r, opt;
int dev_index = 0;
int rtlsdr_get_index_by_serial(const char *serial);
int dev_given = 0;
uint32_t bias_on = 0;
uint32_t gpio_pin = 0;
Expand Down
1 change: 1 addition & 0 deletions src/rtl_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ int main(int argc, char **argv)
{
int i, r, opt;
uint32_t dev_index = 0;
int rtlsdr_get_index_by_serial(const char *serial);
int device_count;
char *filename = NULL;
FILE *file = NULL;
Expand Down
1 change: 1 addition & 0 deletions src/rtl_fm.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ struct dongle_state
pthread_t thread;
rtlsdr_dev_t *dev;
int dev_index;
// int rtlsdr_get_index_by_serial(const char *serial);
uint32_t freq;
uint32_t rate;
int gain;
Expand Down
1 change: 1 addition & 0 deletions src/rtl_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ int main(int argc, char **argv)
int f_set = 0;
int gain = AUTO_GAIN; // tenths of a dB
int dev_index = 0;
int rtlsdr_get_index_by_serial(const char *serial);
int dev_given = 0;
int ppm_error = 0;
int interval = 10;
Expand Down
1 change: 1 addition & 0 deletions src/rtl_sdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ int main(int argc, char **argv)
FILE *file;
uint8_t *buffer;
int dev_index = 0;
int rtlsdr_get_index_by_serial(const char *serial);
int dev_given = 0;
uint32_t frequency = 100000000;
uint32_t samp_rate = DEFAULT_SAMPLE_RATE;
Expand Down
1 change: 1 addition & 0 deletions src/rtl_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ int main(int argc, char **argv)
struct sockaddr_in local, remote;
uint32_t buf_num = 0;
int dev_index = 0;
int rtlsdr_get_index_by_serial(const char *serial);
int dev_given = 0;
int gain = 0;
int ppm_error = 0;
Expand Down
1 change: 1 addition & 0 deletions src/rtl_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ int main(int argc, char **argv)
int sync_mode = 0;
uint8_t *buffer;
int dev_index = 0;
int rtlsdr_get_index_by_serial(const char *serial);
int dev_given = 0;
uint32_t out_block_size = DEFAULT_BUF_LENGTH;
int count;
Expand Down