blob: b5fc1f05d3750c6f13f70f3f8c9e1a0a5df7f6a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* etc.h
*
* Created on: 26.02.2022
* Author: steffen
*/
#ifndef MAIN_ETC_H_
#define MAIN_ETC_H_
#include "main.h"
void DumpBuf(void *buf, int len);
#endif /* MAIN_ETC_H_ */
|