From: John Melton G0ORX Date: Mon, 7 Oct 2019 09:04:55 +0000 (+0100) Subject: fixed typo X-Git-Url: https://git.rkrishnan.org/%5B/listings/flags/status?a=commitdiff_plain;h=f766e646a403181d5abb48ea87ab326bdc19e23b;p=pihpsdr.git fixed typo --- diff --git a/ext.c b/ext.c index 93ffaf0..0d68f25 100644 --- 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_transmit) { + int state=GPOINTER_TO_INT(data); tx_set_ps(transmitter, state); } return 0;