Skip to content

Commit b8996e2

Browse files
committed
motion: fix indentation & comment, no behavior change
1 parent 4b2ef62 commit b8996e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/emc/motion/motion_struct.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
/* big comm structure, for upper memory */
1616
typedef struct emcmot_struct_t {
17-
struct emcmot_command_t command; /* struct used to pass commands/data
18-
to the RT module from usr space */
17+
struct emcmot_command_t command; /* struct used to pass commands/data from Task to Motion */
1918
struct emcmot_status_t status; /* Struct used to store RT status */
2019
struct emcmot_config_t config; /* Struct used to store RT config */
2120
struct emcmot_internal_t internal; /*! \todo FIXME - doesn't need to be in

0 commit comments

Comments
 (0)