Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
madonius
firmware
Commits
06fa0fc4
Verified
Commit
06fa0fc4
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
docs: Fix stream_descriptor documentation
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
53c66daf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/modules/stream.h
+4
-3
4 additions, 3 deletions
epicardium/modules/stream.h
with
4 additions
and
3 deletions
epicardium/modules/stream.h
+
4
−
3
View file @
06fa0fc4
...
...
@@ -12,9 +12,10 @@
/**
* **Stream Descriptors**:
*
* All supported streams have to have a unique ID in this list. :c:macro:`SD_MAX`
* must be greater than or equal to the highest defined ID. Please keep IDs in
* sequential order.
* This enum defines all known stream descriptors. Internally, the stream
* module allocates an array slot for each ID defined here. For that to
* work, :c:macro:`SD_MAX` must be greater than the highest defined ID.
* Please keep IDs in sequential order.
*/
enum
stream_descriptor
{
/** Highest descriptor must always be ``SD_MAX``. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment