Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
24889a4b
Commit
24889a4b
authored
1 year ago
by
Jan de Cuveland
Browse files
Options
Downloads
Patches
Plain Diff
Add missing changes
parent
ed8c09ef
No related branches found
No related tags found
No related merge requests found
Pipeline
#23115
passed
1 year ago
Stage: checkRepository
Stage: checkFormat
Stage: build
Stage: finalise
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MQ/mcbm/CbmDeviceBmonMonitor.h
+1
-1
1 addition, 1 deletion
MQ/mcbm/CbmDeviceBmonMonitor.h
MQ/mcbm/CbmDeviceUnpack.h
+1
-1
1 addition, 1 deletion
MQ/mcbm/CbmDeviceUnpack.h
with
2 additions
and
2 deletions
MQ/mcbm/CbmDeviceBmonMonitor.h
+
1
−
1
View file @
24889a4b
...
...
@@ -49,7 +49,7 @@ protected:
private
:
/// Constants
static
constexpr
std
::
uint16_t
fkFlesBmon
=
static_cast
<
std
::
uint16_t
>
(
fles
::
Subsystem
::
T0
);
static
constexpr
std
::
uint16_t
fkFlesBmon
=
static_cast
<
std
::
uint16_t
>
(
fles
::
Subsystem
::
BMON
);
/// Control flags
...
...
This diff is collapsed.
Click to expand it.
MQ/mcbm/CbmDeviceUnpack.h
+
1
−
1
View file @
24889a4b
...
...
@@ -77,7 +77,7 @@ protected:
private
:
/// Constants
static
constexpr
std
::
uint16_t
fkFlesBmon
=
static_cast
<
std
::
uint16_t
>
(
fles
::
Subsystem
::
T0
);
static
constexpr
std
::
uint16_t
fkFlesBmon
=
static_cast
<
std
::
uint16_t
>
(
fles
::
Subsystem
::
BMON
);
static
constexpr
std
::
uint16_t
fkFlesMvd
=
static_cast
<
std
::
uint16_t
>
(
fles
::
Subsystem
::
MVD
);
static
constexpr
std
::
uint16_t
fkFlesSts
=
static_cast
<
std
::
uint16_t
>
(
fles
::
Subsystem
::
STS
);
static
constexpr
std
::
uint16_t
fkFlesMuch
=
static_cast
<
std
::
uint16_t
>
(
fles
::
Subsystem
::
MUCH
);
...
...
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