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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
card10
firmware
Merge requests
!232
reserve api id block for max86150
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
reserve api id block for max86150
jackie/firmware:max86150_ids
into
master
Overview
1
Commits
3
Pipelines
3
Changes
1
Merged
Jakob
requested to merge
jackie/firmware:max86150_ids
into
master
5 years ago
Overview
1
Commits
3
Pipelines
3
Changes
1
Expand
As rebasing is annoying when I constantly have to change my api I'd like to reserve a block
0
0
Merge request reports
Compare
master
version 2
92d32234
5 years ago
version 1
551186c9
5 years ago
master (base)
and
latest version
latest version
696cd8bd
3 commits,
5 years ago
version 2
92d32234
2 commits,
5 years ago
version 1
551186c9
1 commit,
5 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
epicardium/epicardium.h
+
3
−
0
Options
@@ -127,6 +127,9 @@ typedef _Bool bool;
#define API_MAX30001_ENABLE 0xf0
#define API_MAX30001_DISABLE 0xf1
#define API_MAX86150_INIT 0x0100
#define API_MAX86150_GET_DATA 0x0101
#define API_MAX86150_SET_LED_AMPLITUDE 0x0102
/* clang-format on */
Loading