implement setupCan in openblt_jni.cpp #6358

temporary workaround

only:small-can-board
This commit is contained in:
rusefi 2024-04-13 19:45:19 -04:00
parent 7151bf2860
commit 111bfd7c49
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,8 @@ UPDATE_CONSOLE_FOLDER_SOURCES = \
$(CONSOLE_OUT) \
$(AUTOUPDATE_OUT)
# todo: remove BootCommander.exe once https://github.com/rusefi/rusefi/issues/6358 is done
CONSOLE_FOLDER_SOURCES = \
../misc/console_launcher/rusefi_autoupdate.exe \
../misc/console_launcher/rusefi_console.exe \
@ -63,6 +65,7 @@ CONSOLE_FOLDER_SOURCES = \
../misc/install/STM32_Programmer_CLI \
$(wildcard ../java_console/*.dll) \
../firmware/ext/openblt/Host/libopenblt.dll \
../firmware/ext/openblt/Host/BootCommander.exe \
../firmware/ext/openblt/Host/libopenblt.so \
../firmware/ext/openblt/Host/libopenblt.dylib \
../firmware/ext/openblt/Host/openblt_jni.dll \