projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6512220
)
Corrected typos
author
c vw
<dl1ycf@darc.de>
Fri, 14 Jan 2022 09:51:54 +0000
(10:51 +0100)
committer
c vw
<dl1ycf@darc.de>
Fri, 14 Jan 2022 09:51:54 +0000
(10:51 +0100)
radio.h
patch
|
blob
|
history
radio_menu.c
patch
|
blob
|
history
diff --git
a/radio.h
b/radio.h
index f2893eda18f57d8157b4a3e2e2ca20b58cfbfb61..8cb2d54073f1f26a008e1f150d70a5d3867d0a6d 100644
(file)
--- a/
radio.h
+++ b/
radio.h
@@
-134,6
+134,7
@@
extern int atlas_clock_source_10mhz;
extern int atlas_clock_source_128mhz;
extern int atlas_config;
extern int atlas_mic_source;
+extern int atlas_janus;
extern int classE;
diff --git
a/radio_menu.c
b/radio_menu.c
index 7ee30301d5f75c8d694dd861093295e8622f1e0f..12ef5dfcf1f06a98acb2913bd6674ccdcc059f3d 100644
(file)
--- a/
radio_menu.c
+++ b/
radio_menu.c
@@
-647,10
+647,13
@@
void radio_menu(GtkWidget *parent) {
switch (filter_board) {
case NONE:
gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),0);
+ break;
case ALEX:
gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),1);
+ break;
case APOLLO:
gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),2);
+ break;
case CHARLY25:
gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),3);
break;