Minor: Fixed indentation.
This commit is contained in:
parent
984cb49633
commit
df354272a8
|
|
@ -413,9 +413,10 @@ typedef struct {
|
|||
*/
|
||||
typedef struct {
|
||||
unsigned int slave_count; /**< Number of slaves detected. */
|
||||
unsigned int scan_index; /**< Index of the slave that is currently scanned.
|
||||
If it is less than the \a slave_count, the
|
||||
network scan is in progress. */
|
||||
unsigned int scan_index; /**< Index of the slave that is currently
|
||||
scanned. If it is less than the \a
|
||||
slave_count, the network scan is in progress.
|
||||
*/
|
||||
} ec_master_scan_progress_t;
|
||||
|
||||
/****************************************************************************/
|
||||
|
|
@ -589,8 +590,8 @@ typedef struct {
|
|||
(byte-)offset in the process data. */
|
||||
unsigned int *bit_position; /**< Pointer to a variable to store a bit
|
||||
position (0-7) within the \a offset. Can be
|
||||
NULL, in which case an error is raised if the
|
||||
PDO entry does not byte-align. */
|
||||
NULL, in which case an error is raised if
|
||||
the PDO entry does not byte-align. */
|
||||
} ec_pdo_entry_reg_t;
|
||||
|
||||
/****************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue