ethercat.conf.tmpl
changeset 250 440ae5f6d2c3
parent 169 b3ecbec2c487
child 281 c91bbf7bc52c
equal deleted inserted replaced
249:ee1d766dbc6b 250:440ae5f6d2c3
     7 #  This file is a versioned template configuration. Copy it to "ethercat.conf"
     7 #  This file is a versioned template configuration. Copy it to "ethercat.conf"
     8 #  (which is ignored by Subversion) and adjust it to your needs.
     8 #  (which is ignored by Subversion) and adjust it to your needs.
     9 #
     9 #
    10 #------------------------------------------------------------------------------
    10 #------------------------------------------------------------------------------
    11 
    11 
       
    12 #
    12 # The kernel to compile the EtherCAT sources against
    13 # The kernel to compile the EtherCAT sources against
       
    14 #
    13 KERNEL := `uname -r`
    15 KERNEL := `uname -r`
    14 
    16 
    15 # PCI index of the EtherCAT device
       
    16 DEVICEINDEX := 99
       
    17 
       
    18 #------------------------------------------------------------------------------
    17 #------------------------------------------------------------------------------