drivers: pwm: xec: Use unique log module identifier for PWM

Use unique log module identifier for PWM to avoid link error.

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
Jose Alberto Meza 2019-11-13 16:04:22 -08:00 committed by Andrew Boie
parent b3236ebf42
commit 7c25431655
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
*/
#include <logging/log.h>
LOG_MODULE_REGISTER(counter_mchp_xec, CONFIG_PWM_LOG_LEVEL);
LOG_MODULE_REGISTER(pwm_mchp_xec, CONFIG_PWM_LOG_LEVEL);
#include <pwm.h>
#include <soc.h>