Co-authored-by: rusefillc <48498823+rusefillc@users.noreply.github.com>
This commit is contained in:
parent
ed4fcf1ac6
commit
b32b03af02
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue