Merge branch 'kjbracey-arm-fhtidy_doc' into rollup-aus_writathon

pull/8410/head
Cruz Monrreal II 2018-10-12 12:07:08 -05:00
commit eb70b8a589
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace mbed {
// timeout -1 forever, or milliseconds
int poll(pollfh fhs[], unsigned nfhs, int timeout)
{
/**
/*
* TODO Proper wake-up mechanism.
* In order to correctly detect availability of read/write a FileHandle, we needed
* a select or poll mechanisms. We opted for poll as POSIX defines in