From c4a8a10ba463b77cc4c406d3d1fdd4892977a43f Mon Sep 17 00:00:00 2001 From: MDC Service Date: Thu, 26 May 2022 10:33:41 +0200 Subject: Add files via upload --- software/main/etc.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 software/main/etc.h (limited to 'software/main/etc.h') diff --git a/software/main/etc.h b/software/main/etc.h new file mode 100644 index 0000000..35dd478 --- /dev/null +++ b/software/main/etc.h @@ -0,0 +1,16 @@ +/* + * etc.h + * + * Created on: 26.02.2022 + * Author: steffen + * SPDX-FileCopyrightText: 2022 MDC Service + * SPDX-License-Identifier: GPL-3.0-or-later + */ + +#ifndef MAIN_ETC_H_ +#define MAIN_ETC_H_ +#include "main.h" + +void DumpBuf(void *buf, int len); + +#endif /* MAIN_ETC_H_ */ -- cgit v1.2.3