Skip to content
Snippets Groups Projects
Unverified Commit e5c6d0eb authored by Cenk Gündoğan's avatar Cenk Gündoğan Committed by GitHub
Browse files

Merge pull request #9240 from maxvankessel/pr/isrpipe

drivers/isrpipe: changed isrpipe_t content order
parents bf339418 11fff4e7
Branches
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ extern "C" { ...@@ -35,8 +35,8 @@ extern "C" {
* @brief Context structure for isrpipe * @brief Context structure for isrpipe
*/ */
typedef struct { typedef struct {
mutex_t mutex; /**< isrpipe mutex */
tsrb_t tsrb; /**< isrpipe thread safe ringbuffer */ tsrb_t tsrb; /**< isrpipe thread safe ringbuffer */
mutex_t mutex; /**< isrpipe mutex */
} isrpipe_t; } isrpipe_t;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment