ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Thu, 20 Apr 2006 14:38:41 +0000
branchstable-1.0
changeset 1617 9f83a343ae75
parent 169 b3ecbec2c487
child 250 440ae5f6d2c3
permissions -rw-r--r--
MERGE trunk -r354:355 -> branches/stable-1.0 (version numbers)
#------------------------------------------------------------------------------
#
#  EtherCAT configuration file
#
#  $Id$
#
#  This file is a versioned template configuration. Copy it to "ethercat.conf"
#  (which is ignored by Subversion) and adjust it to your needs.
#
#------------------------------------------------------------------------------

# The kernel to compile the EtherCAT sources against
KERNEL := `uname -r`

# PCI index of the EtherCAT device
DEVICEINDEX := 99

#------------------------------------------------------------------------------