Skip to content

Commit

Permalink
tests: benchmarks: peripheral_load: update flash_thread log name
Browse files Browse the repository at this point in the history
The flash_thread is using a colliding name when registering with
the log module LOG_MODULE_REGISTER(flash, LOG_LEVEL_INF). Update
name to flash_thd to avoid naming collision.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
  • Loading branch information
bjarki-andreasen committed Sep 27, 2024
1 parent 8dd1621 commit a5e84fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/peripheral_load/src/flash_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

#include <zephyr/logging/log.h>
LOG_MODULE_REGISTER(flash, LOG_LEVEL_INF);
LOG_MODULE_REGISTER(flash_thd, LOG_LEVEL_INF);

#include <zephyr/drivers/flash.h>
#include <zephyr/devicetree.h>
Expand Down

0 comments on commit a5e84fe

Please sign in to comment.