Skip to content

Commit 9b259af

Browse files
Remove incorrect return parameter from enable_* function header comment
1 parent 619ca54 commit 9b259af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/include/drivers/UnbufferedSerial.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ class UnbufferedSerial:
154154
* @param enabled true to enable input, false to disable.
155155
*
156156
* @return 0 on success
157-
* @return Negative error code on failure
158157
*/
159158
int enable_input(bool enabled) override;
160159

@@ -169,7 +168,6 @@ class UnbufferedSerial:
169168
* @param enabled true to enable output, false to disable.
170169
*
171170
* @return 0 on success
172-
* @return Negative error code on failure
173171
*/
174172
int enable_output(bool enabled) override;
175173

0 commit comments

Comments
 (0)