Skip to content
Snippets Groups Projects
Commit 11fff4e7 authored by Unknown's avatar Unknown
Browse files

drivers/isrpipe: changed isrpipe_t content order

parent 5997deeb
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ extern "C" {
* @brief Context structure for isrpipe
*/
typedef struct {
mutex_t mutex; /**< isrpipe mutex */
tsrb_t tsrb; /**< isrpipe thread safe ringbuffer */
mutex_t mutex; /**< isrpipe mutex */
} isrpipe_t;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment