Skip to content
Snippets Groups Projects
Commit 167f4060 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Merge remote-tracking branch 'origin/master' into usbhub

parents 7cf1c4a8 da04b29a
No related branches found
No related tags found
No related merge requests found
......@@ -488,10 +488,10 @@ ssize_t pipecommon_write(FAR struct file *filep, FAR const char *buffer, size_t
*
* On the other hand, it would be very valuable to be able to feed the pipe
* from an interrupt handler! TODO: Consider disabling interrupts instead
* of taking semaphores so that pipes can be written from interupt handlers
* of taking semaphores so that pipes can be written from interrupt handlers
*/
DEBUGASSERT(up_interrupt_context() == false)
DEBUGASSERT(up_interrupt_context() == false);
/* Make sure that we have exclusive access to the device structure */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment