From 3f12ca19ec7da9539a773b24a94afbb5c5a5cf11 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Mon, 5 Mar 2007 10:00:18 +0000 Subject: [PATCH] Corrected type of online_state. --- master/slave.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/slave.h b/master/slave.h index 6654422a..92be0f0f 100644 --- a/master/slave.h +++ b/master/slave.h @@ -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 */ -- GitLab