From c4482e8cf1b1f46c9e0bb4ee8f9337717c3f3f77 Mon Sep 17 00:00:00 2001 From: Nicolas Hiillos Date: Thu, 26 Oct 2023 10:22:52 +0300 Subject: [PATCH] Add doc --- ethercat.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethercat.nix b/ethercat.nix index 501e4b7..ae96c1d 100644 --- a/ethercat.nix +++ b/ethercat.nix @@ -4,8 +4,8 @@ stdenv, # interface name (eg. "eth0") or MAC address (eg. "e9:22:a4:62:74:23"). ff:ff:ff:ff:ff:ff means first available NIC master_device0 ? "ff:ff:ff:ff:ff:ff", - enable-debug-if ? "no", - enable-eoe ? "yes", + enable-debug-if ? "no", # create debug interface for each master + enable-eoe ? "yes", # eoe enable kernel }: