mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 01:53:54 +08:00
Corrected type of online_state.
This commit is contained in:
+1
-1
@@ -203,9 +203,9 @@ struct ec_slave
|
||||
|
||||
ec_slave_state_t requested_state; /**< requested application state */
|
||||
ec_slave_state_t current_state; /**< current application state */
|
||||
ec_slave_online_state_t online_state; /**< online state */
|
||||
unsigned int self_configured; /**< slave was configured by this master */
|
||||
unsigned int error_flag; /**< stop processing after an error */
|
||||
unsigned int online_state; /**< online state */
|
||||
|
||||
// addresses
|
||||
uint16_t ring_position; /**< ring position */
|
||||
|
||||
Reference in New Issue
Block a user