forked from Imagelibrary/rtems
corrected spacing.
This commit is contained in:
@@ -78,15 +78,15 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Chain_Node Node;
|
Chain_Node Node;
|
||||||
Watchdog_States state;
|
Watchdog_States state;
|
||||||
Watchdog_Interval initial;
|
Watchdog_Interval initial;
|
||||||
Watchdog_Interval delta_interval;
|
Watchdog_Interval delta_interval;
|
||||||
Watchdog_Interval start_time;
|
Watchdog_Interval start_time;
|
||||||
Watchdog_Interval stop_time;
|
Watchdog_Interval stop_time;
|
||||||
Watchdog_Service_routine_entry routine;
|
Watchdog_Service_routine_entry routine;
|
||||||
Objects_Id id;
|
Objects_Id id;
|
||||||
void *user_data;
|
void *user_data;
|
||||||
} Watchdog_Control;
|
} Watchdog_Control;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -78,15 +78,15 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Chain_Node Node;
|
Chain_Node Node;
|
||||||
Watchdog_States state;
|
Watchdog_States state;
|
||||||
Watchdog_Interval initial;
|
Watchdog_Interval initial;
|
||||||
Watchdog_Interval delta_interval;
|
Watchdog_Interval delta_interval;
|
||||||
Watchdog_Interval start_time;
|
Watchdog_Interval start_time;
|
||||||
Watchdog_Interval stop_time;
|
Watchdog_Interval stop_time;
|
||||||
Watchdog_Service_routine_entry routine;
|
Watchdog_Service_routine_entry routine;
|
||||||
Objects_Id id;
|
Objects_Id id;
|
||||||
void *user_data;
|
void *user_data;
|
||||||
} Watchdog_Control;
|
} Watchdog_Control;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -78,15 +78,15 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Chain_Node Node;
|
Chain_Node Node;
|
||||||
Watchdog_States state;
|
Watchdog_States state;
|
||||||
Watchdog_Interval initial;
|
Watchdog_Interval initial;
|
||||||
Watchdog_Interval delta_interval;
|
Watchdog_Interval delta_interval;
|
||||||
Watchdog_Interval start_time;
|
Watchdog_Interval start_time;
|
||||||
Watchdog_Interval stop_time;
|
Watchdog_Interval stop_time;
|
||||||
Watchdog_Service_routine_entry routine;
|
Watchdog_Service_routine_entry routine;
|
||||||
Objects_Id id;
|
Objects_Id id;
|
||||||
void *user_data;
|
void *user_data;
|
||||||
} Watchdog_Control;
|
} Watchdog_Control;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user