From d1b84ca8b9a1e7b36f80d51148bd16f37e407476 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 19 Mar 2025 15:24:49 +0100 Subject: Add lib/30pin.h header. --- lib/30pin.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/30pin.h (limited to 'lib') diff --git a/lib/30pin.h b/lib/30pin.h new file mode 100644 index 0000000..6782cfb --- /dev/null +++ b/lib/30pin.h @@ -0,0 +1,17 @@ +/* ------------------------------------------- + + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +/// @note This version is for the 30-pin recovery system. + +struct TRB_PACKET +{ + char mag[2]; + char kind; + char buffer[498]; + char eop[11]; +}; \ No newline at end of file -- cgit v1.2.3