From f42818b0a2bf0596c02830b761c365776a9194a7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 27 Oct 2018 11:42:06 +0000 Subject: Small documentation fix in hal_buffers and a new macro added. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12394 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/src/hal_buffers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/src') diff --git a/os/hal/src/hal_buffers.c b/os/hal/src/hal_buffers.c index f9a62c210..f7b2c9f4a 100644 --- a/os/hal/src/hal_buffers.c +++ b/os/hal/src/hal_buffers.c @@ -28,7 +28,7 @@ * - Input queue, unidirectional queue where the writer is the * ISR side and the reader is the thread side. * - Output queue, unidirectional queue where the writer is the - * ISR side and the reader is the thread side. + * thread side and the reader is the ISR side. * - Full duplex queue, bidirectional queue. Full duplex queues * are implemented by pairing an input queue and an output queue * together. -- cgit v1.2.3