projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a97c1c
)
fixed typo
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Mon, 7 Oct 2019 09:04:55 +0000
(10:04 +0100)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Mon, 7 Oct 2019 09:04:55 +0000
(10:04 +0100)
ext.c
patch
|
blob
|
history
diff --git
a/ext.c
b/ext.c
index 93ffaf0c593758661bde701942c259685f151913..0d68f255f8625a99e03c15cd1f62b6c125f92363 100644
(file)
--- a/
ext.c
+++ b/
ext.c
@@
-186,8
+186,8
@@
int ext_sliders_update(void *data) {
#ifdef PURESIGNAL
int ext_tx_set_ps(void *data) {
- if(can_tranmit) {
- int state=
(GPOINTER_TO_INT(data)
+ if(can_tran
s
mit) {
+ int state=
GPOINTER_TO_INT(data);
tx_set_ps(transmitter, state);
}
return 0;