channel processing works correctly (without adc block)

This commit is contained in:
Nam Tran
2020-11-05 08:40:48 -06:00
parent f0e4c1adce
commit 325fafde03
2 changed files with 44 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
target = r
CXX = g++
CXX_FLAGS := -std=c++14 -Iloguru
CXX_FLAGS := -std=c++14 -Iloguru -Wall
LD_FLAGS := -lpthread -ldl
# LOGURU_FLAG := -DLOGURU_SCOPE_TIME_PRECISION=9
BUILD := ./build