Skip to content
Snippets Groups Projects
Commit 3f12ca19 authored by Florian Pose's avatar Florian Pose
Browse files

Corrected type of online_state.

parent 7430f90e
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment