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:
parent
b3236ebf42
commit
7c25431655
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue