Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
Bare Metal Firmware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Bare Metal Firmware
Commits
3a4dae15
Commit
3a4dae15
authored
Mar 08, 2021
by
Evan Lojewski
Committed by
Raptor Engineering Development Team
Mar 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main: Remove false positive linting check for host_flash_buffer
parent
51c96232
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.c
main.c
+1
-1
No files found.
main.c
View file @
3a4dae15
...
...
@@ -86,7 +86,7 @@ static uint8_t ipmi_bt_interrupt_transient_request_valid = 0;
static
ipmi_request_message_t
ipmi_bt_current_request
;
// HIOMAP
static
uint8_t
*
host_flash_buffer
=
NULL
;
static
uint8_t
*
host_flash_buffer
;
static
hiomap_configuration_data_t
hiomap_config
;
// Background service tasks
...
...
Write
Preview
Markdown
is supported
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