Skip to content

Commit 430c379

Browse files
committed
Fix doxygen error in mbed_retarget.cpp
Add add documentation to the second parameter of handle_open_errors. This is in preparation for turning on doxygen for source files.
1 parent 24418b4 commit 430c379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform/mbed_retarget.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ static void init_serial() {
131131
*
132132
* @param error is a negative error code returned from an mbed function and
133133
* will be negated to store a positive error code in errno
134+
* @param filehandle_idx is the index of the filehandle to remove
135+
*
134136
*/
135137
static int handle_open_errors(int error, unsigned filehandle_idx) {
136138
errno = -error;

0 commit comments

Comments
 (0)