mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-25 08:18:20 +08:00
15 lines
342 B
C
15 lines
342 B
C
/******************************************************************************
|
|
*
|
|
* $Id$
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _MSR_PARAM_H_
|
|
#define _MSR_PARAM_H_
|
|
|
|
#define MSR_ABTASTFREQUENZ 1000
|
|
|
|
#endif
|
|
|
|
/*****************************************************************************/
|