mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Yet another missing semicolon on DEBUGASSERT
This commit is contained in:
@@ -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
|
* 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
|
* 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 */
|
/* Make sure that we have exclusive access to the device structure */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user