Add support for Viking tags (#1668)

* Add support for Viking tags
Fix blocks_to_write for T5577
This commit is contained in:
Sebastian Mauer
2022-08-29 16:19:56 +01:00
committed by GitHub
parent f09c5889dd
commit 274f17ed5a
4 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_viking;