aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/serial_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/serial_usb.c')
-rw-r--r--os/hal/src/serial_usb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/src/serial_usb.c b/os/hal/src/serial_usb.c
index ea941cbcd..09b529cae 100644
--- a/os/hal/src/serial_usb.c
+++ b/os/hal/src/serial_usb.c
@@ -107,6 +107,8 @@ static const struct SerialUSBDriverVMT vmt = {
/**
* @brief Notification of data removed from the input queue.
+ *
+ * @param[in] qp the queue pointer.
*/
static void inotify(io_queue_t *qp) {
size_t n, maxsize;
@@ -138,6 +140,8 @@ static void inotify(io_queue_t *qp) {
/**
* @brief Notification of data inserted into the output queue.
+ *
+ * @param[in] qp the queue pointer.
*/
static void onotify(io_queue_t *qp) {
size_t n;