Fix file header

This commit is contained in:
2021-05-02 00:18:58 +02:00
parent 067013d849
commit a994a9170d

View File

@@ -1,33 +1,14 @@
/* /*!
-------------------------------------------------------------------- * @file debug.h
Project : Systemsoftware MiCOM 30 * @brief Helper for debug output
Subsystem : *
Modul : * Project: \n
-------------------------------------------------------------------- * Subsystem: \n
Creation date : 03.02.2012 * Module: mst\n
Last change : * Code: GNU-C\n
Version : under clearcase version control *
Author : Seliger * @date 08.06.2016
Prog. Language : GNU-C * @author Martin Winkler
------------------------------------------------------------------
Description:
Some stuff to control debug messages
Definition _DEBUG_OUTPUT must be set for compilation
Activate debug messages with command line option -v
-v = DEBUG_LEVEL_INFO
-vv = DEBUG_LEVEL_WARNING
-vvv = DEBUG_LEVEL_ERROR
--------------------------------------------------------------------
*/
/*
--------------------------------------------------------------------
Change log:
Seliger First version
10.01.2012
--------------------------------------------------------------------
*/ */
#ifndef _DEBUG_H_INCLUDED #ifndef _DEBUG_H_INCLUDED
#define _DEBUG_H_INCLUDED #define _DEBUG_H_INCLUDED