Commit 3a4dae15 authored by Evan Lojewski's avatar Evan Lojewski Committed by Raptor Engineering Development Team
Browse files

main: Remove false positive linting check for host_flash_buffer

parent 51c96232
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment