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
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <logging/log.h>
|
#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 <pwm.h>
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue