diff --git a/drivers/include/lcd.h b/drivers/include/lcd.h index 50bbdc59e7248..11a2959e900a1 100644 --- a/drivers/include/lcd.h +++ b/drivers/include/lcd.h @@ -167,8 +167,8 @@ typedef struct { const lcd_driver_t *driver; /**< LCD driver */ const lcd_params_t *params; /**< Device initialization parameters */ #if MODULE_LCD_PARALLEL || DOXYGEN - mutex_t lock; /** Mutex used to lock the device in - MCU 8080 parallel interface mode */ + mutex_t lock; /**< Mutex used to lock the device in + MCU 8080 parallel interface mode */ #endif } lcd_t;