Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Haun
firmware
Commits
51d40ee1
Verified
Commit
51d40ee1
authored
Oct 05, 2019
by
Rahix
Browse files
fix(docs): Fix a docs-build warning
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
98fe0411
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/stream.h
View file @
51d40ee1
...
...
@@ -4,14 +4,15 @@
#include <stdint.h>
#ifndef __SPHINX_DOC
/*
stddef.h is
not recognized by hawkmoth for some odd reason */
/*
Some headers are
not recognized by hawkmoth for some odd reason */
#include <stddef.h>
#else
typedef
unsigned
int
size_t
;
#endif
/* __SPHINX_DOC */
#include "FreeRTOS.h"
#include "queue.h"
#else
typedef
unsigned
int
size_t
;
typedef
void
*
QueueHandle_t
;
#endif
/* __SPHINX_DOC */
/* Time to wait for the descriptor table lock to become available */
#define STREAM_MUTEX_WAIT pdMS_TO_TICKS(100)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment