projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c738f
)
Fixed adc_cb function header
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Sat, 14 Dec 2019 10:32:37 +0000
(10:32 +0000)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Sat, 14 Dec 2019 10:32:37 +0000
(10:32 +0000)
rx_menu.c
patch
|
blob
|
history
diff --git
a/rx_menu.c
b/rx_menu.c
index 6c19965aa9c6d757f96cc41d549ac52b176f0364..d6791df3acb4a6f446812fbe1f973e38369e5e87 100644
(file)
--- a/
rx_menu.c
+++ b/
rx_menu.c
@@
-92,7
+92,7
@@
static void sample_rate_cb(GtkToggleButton *widget,gpointer data) {
}
}
-static void adc_cb(GtkToggleButton *widget,
GdkEvent *event,
gpointer data) {
+static void adc_cb(GtkToggleButton *widget,gpointer data) {
if(gtk_toggle_button_get_active(widget)) {
receiver_change_adc(active_receiver,GPOINTER_TO_INT(data));
}