core adjustments for eiger header. more debug msgs

This commit is contained in:
2021-02-17 16:08:59 +01:00
parent 1de8f66bdc
commit 150bf41bf2
15 changed files with 113 additions and 72 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ target_link_libraries(core-buffer-lib
external)
if (USE_EIGER)
target_compile_definitions(core-buffer-lib INTERFACE -DUSE_EIGER)
target_compile_definitions(core-buffer-lib PUBLIC -DUSE_EIGER)
endif (USE_EIGER)
if (DEBUG_OUTPUT)