Update main.c

pull/23/head
alanbjohnston 7 years ago committed by GitHub
parent 914aaa5db3
commit 5a578aa405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,7 +238,7 @@ int main(int argc, char *argv[]) {
tx_freq_hz -= tx_channel * 50000 + 85000; // subtracting rx offset of 90kHz
#ifdef DEBUG_LOGGING
printf("INFO: Transmit frequency %3.5f MHz\n", tx_freq_hz/1000000);
printf("INFO: Transmit frequency %3.5f MHz\n", ((float)tx_freq_hz)/1000000);
#endif
init_rf();

Loading…
Cancel
Save

Powered by TurnKey Linux.