Skip to content

Commit 1492829

Browse files
committed
poll: Un-doxygen internal comment
1 parent 207ea79 commit 1492829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_poll.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace mbed {
2929
// timeout -1 forever, or milliseconds
3030
int poll(pollfh fhs[], unsigned nfhs, int timeout)
3131
{
32-
/**
32+
/*
3333
* TODO Proper wake-up mechanism.
3434
* In order to correctly detect availability of read/write a FileHandle, we needed
3535
* a select or poll mechanisms. We opted for poll as POSIX defines in

0 commit comments

Comments
 (0)