26 lines
531 B
C
26 lines
531 B
C
/******************************************************************************
|
|
*
|
|
* c a n o p e n . h
|
|
*
|
|
* CANopen over EtherCAT
|
|
*
|
|
* $Id$
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _CANOPEN_H_
|
|
#define _CANOPEN_H_
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
#endif
|
|
|
|
/* Emacs-Konfiguration
|
|
;;; Local Variables: ***
|
|
;;; c-basic-offset:4 ***
|
|
;;; End: ***
|
|
*/
|