sys/isrpipe: fix group

- create group for isrpipe instead of adding it to sys directly
- alter file description accordingly
This commit is contained in:
Ludwig Knüpfer 2016-12-20 20:47:27 +01:00
parent af1968e52a
commit d0de9aac7b

View File

@ -7,10 +7,13 @@
*/ */
/** /**
* @defgroup isr_pipe ISR Pipe
* @ingroup sys * @ingroup sys
* @brief ISR -> userspace pipe
*
* @{ * @{
* @file * @file
* @brief ISR -> userspace pipe interface * @brief isrpipe Interface
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* *