Skip to content

Commit

Permalink
fix west build time multiple define linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
aphor committed Aug 19, 2024
1 parent 6abe38d commit e9d971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/src/soc_flash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spi_flash_mmap_handle_t handle;

#include "defines.h"

LOG_MODULE_REGISTER(flash);
LOG_MODULE_DECLARE(flash);

#define FALSH_PARTITION storage_partition
#define FLASH_OFFSET FIXED_PARTITION_OFFSET(FALSH_PARTITION)
Expand Down

0 comments on commit e9d971b

Please sign in to comment.