Skip to content

Commit

Permalink
drivers: clock_control_mcux: register logging module
Browse files Browse the repository at this point in the history
Add missing registration for log module.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Oct 15, 2018
1 parent 5c76143 commit 7b46ea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/clock_control/clock_control_mcux_sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#include <fsl_clock.h>

#define LOG_LEVEL CONFIG_CLOCK_CONTROL_LOG_LEVEL
#include <logging/sys_log.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(clock_control);

static int mcux_sim_on(struct device *dev, clock_control_subsys_t sub_system)
{
Expand Down

0 comments on commit 7b46ea2

Please sign in to comment.