From 7f0177477af4246a3011e16091f6d9543faa2d34 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 5 Mar 2026 12:21:14 +0100 Subject: [PATCH] Fixed comment. --- master/fsm_slave_scan.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/master/fsm_slave_scan.h b/master/fsm_slave_scan.h index 6d442955..2cb9812e 100644 --- a/master/fsm_slave_scan.h +++ b/master/fsm_slave_scan.h @@ -1,6 +1,6 @@ /***************************************************************************** * - * Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH + * Copyright (C) 2006-2026 Florian Pose, Ingenieurgemeinschaft IgH * * This file is part of the IgH EtherCAT Master. * @@ -62,9 +62,9 @@ struct ec_fsm_slave_scan ec_fsm_sii_t fsm_sii; /**< SII state machine. */ - uint8_t sii_ident[EC_NUM_SII_IDENT_WORDS * 2]; // temporary storage for - // slave identification - // objects + uint8_t sii_ident[EC_NUM_SII_IDENT_WORDS * 2]; /**< Temporary storage for + slave identification + objects. */ }; /****************************************************************************/