From ddd05b2c7e4b5c9f95f913b5ca24be9edc5bd7bb Mon Sep 17 00:00:00 2001 From: MDC Service Date: Wed, 25 May 2022 13:07:19 +0200 Subject: replace files with copyright header and Doxygen comments --- software/main/etc.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 software/main/etc.cpp (limited to 'software/main/etc.cpp') diff --git a/software/main/etc.cpp b/software/main/etc.cpp deleted file mode 100644 index a240398..0000000 --- a/software/main/etc.cpp +++ /dev/null @@ -1,17 +0,0 @@ -/* - * etc.cpp - * - * Created on: 26.02.2022 - * Author: steffen - */ -#include "etc.h" - -void DumpBuf(void *buf, int len) { - int i, c; - char *lb = (char*) buf; - for (i = 0; i < len; i++) { - c = (char) *lb++; - printf("%02X ", c); - } - printf("\n"); -} -- cgit v1.2.3