From 34823b6fcb298fdc629a2a7106573934e47de4b3 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 30 Sep 2019 12:38:26 +0200 Subject: [PATCH] legacy: add field options to fix build --- legacy/firmware/protob/messages-debug.options | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/firmware/protob/messages-debug.options b/legacy/firmware/protob/messages-debug.options index 056133622..c4553f569 100644 --- a/legacy/firmware/protob/messages-debug.options +++ b/legacy/firmware/protob/messages-debug.options @@ -13,3 +13,9 @@ DebugLinkLog.text max_size:256 DebugLinkMemory.memory max_size:1024 DebugLinkMemoryWrite.memory max_size:1024 + +# unused fields +DebugLinkState.layout_lines max_count:0 +DebugLinkState.layout_lines max_size:1 +DebugLinkLayout.lines max_size:1 +DebugLinkLayout.lines max_count:0