Skip to content

Commit

Permalink
Fixed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrichard committed Jan 31, 2015
1 parent b3db570 commit e6d669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lynxmotion_ssc32/ssc32.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class SSC32
*/
bool send_message( const char *msg, int size );

int fd; // file description for the serial port
int fd; // file descriptor for the serial port
int first_instruction[32];
};

Expand Down

0 comments on commit e6d669e

Please sign in to comment.