Skip to content

Commit

Permalink
synapse: zbus fix log macro for other log types
Browse files Browse the repository at this point in the history
Signed-off-by: Peter van der Perk <[email protected]>
  • Loading branch information
PetervdPerk-NXP authored and bperseghetti committed Jul 4, 2023
1 parent 6435249 commit be80417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/synapse/zbus/zbus_topic_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define MY_STACK_SIZE 500
#define MY_PRIORITY 5

LOG_MODULE_DECLARE(zbus_topic_list, LOG_LEVEL_INF);
LOG_MODULE_REGISTER(zbus_topic_list, LOG_LEVEL_INF);
static int count = 0;

#if defined(CONFIG_ZBUS_STRUCTS_ITERABLE_ACCESS)
Expand Down

0 comments on commit be80417

Please sign in to comment.