We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207ea79 commit 1492829Copy full SHA for 1492829
platform/mbed_poll.cpp
@@ -29,7 +29,7 @@ namespace mbed {
29
// timeout -1 forever, or milliseconds
30
int poll(pollfh fhs[], unsigned nfhs, int timeout)
31
{
32
- /**
+ /*
33
* TODO Proper wake-up mechanism.
34
* In order to correctly detect availability of read/write a FileHandle, we needed
35
* a select or poll mechanisms. We opted for poll as POSIX defines in
0 commit comments