df8oe / UHSDR

SDR firmware and bootloader with configuration files for use with Eclipse, EmBitz and Makefile
Other
356 stars 186 forks source link

Fix for RTTY macro not working properly (#1852) #1853

Closed db4ple closed 4 years ago

db4ple commented 4 years ago

We must not take one more character out of tx buffer it is not used. Moving bitsFilled == filled before the buffer read solves this problem.