move cyclic_buffer.h and fifo_buffer.h to containers dir

This commit is contained in:
andreika-git 2023-08-26 22:23:43 +03:00
parent c4d499fdf2
commit aaafa2e3e1
3 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
RUSEFI_LIB_INC += $(RUSEFI_LIB)/util/include $(RUSEFI_LIB)/can $(RUSEFI_LIB)/board_id RUSEFI_LIB_INC += $(RUSEFI_LIB)/util/include $(RUSEFI_LIB)/util/include/rusefi/containers $(RUSEFI_LIB)/can $(RUSEFI_LIB)/board_id
RUSEFI_LIB_CPP += \ RUSEFI_LIB_CPP += \
$(RUSEFI_LIB)/util/src/util_dummy.cpp \ $(RUSEFI_LIB)/util/src/util_dummy.cpp \