rusEFI needs K-line firmware support #3248 (#5094)

Co-authored-by: rusefillc <48498823+rusefillc@users.noreply.github.com>
This commit is contained in:
Andreika 2023-02-17 16:36:48 +02:00 committed by GitHub
parent ed4fcf1ac6
commit b32b03af02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "pch.h"
#include "kline.h"
#ifdef EFI_KLINE
static SerialDriver* const klDriver = KLINE_SERIAL_DEVICE;
static THD_WORKING_AREA(klThreadStack, UTILITY_THREAD_STACK_SIZE);