Rename AudioThread -> CaptureThread.

...since it's doing baseband capturing too, and doesn't really know what kind of data it's moving.
This commit is contained in:
Jared Boone
2016-04-22 12:15:51 -07:00
parent b8196ee2be
commit a6538bc48b
8 changed files with 20 additions and 20 deletions

View File

@@ -184,7 +184,7 @@ CPPSRC = main.cpp \
file.cpp \
log_file.cpp \
png_writer.cpp \
audio_thread.cpp \
capture_thread.cpp \
manchester.cpp \
string_format.cpp \
temperature_logger.cpp \