empty line removed

This commit is contained in:
Robin Müller 2020-08-07 20:44:40 +02:00
parent bfecbfbd80
commit 37f2539d89
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
/**
* @brief Common interface for OS Mutex objects which provide MUTual EXclusion.
*
* @details https://en.wikipedia.org/wiki/Lock_(computer_science)
* @ingroup osal
* @ingroup interface