17 lines
366 B
C
17 lines
366 B
C
|
#ifndef __channels_h_included__
|
||
|
#define __channels_h_included__
|
||
|
|
||
|
/**
|
||
|
* \file channels.h
|
||
|
* \brief Global definitions, used by the firmware and the commandline-client.
|
||
|
* \author Thomas Stegemann
|
||
|
* \version $Id: channels.h,v 1.1 2006/09/26 18:18:27 rschaten Exp $
|
||
|
*
|
||
|
* License: See documentation.
|
||
|
*/
|
||
|
|
||
|
#define CHANNELS 4 /**< number of output channels */
|
||
|
|
||
|
#endif
|
||
|
|