Correcting comrobot documentation write
This commit is contained in:
parent
d18b368266
commit
2c23fea9e9
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ int ComRobot::Close() {
|
|||
/**
|
||||
* Send a message to robot
|
||||
* @param msg Message to send to robot
|
||||
* @return 1 if success, 0 otherwise
|
||||
* @attention Message is destroyed (delete) after being sent. You do not need to delete it yourself
|
||||
* @attention Write is blocking until message is written into buffer (linux side)
|
||||
* @warning Write is not thread save : check that multiple tasks can't access this method simultaneously
|
||||
|
|
Loading…
Reference in a new issue