commit | d318da1db9545a573f395fd5fcbd1a4b6f9c3d87 | [log] [tgz] |
---|---|---|
author | Michael Scott <mike@foundries.io> | Wed Feb 27 09:23:07 2019 -0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Feb 27 12:22:42 2019 -0600 |
tree | b3b2d48ac2a591f4a6927ba94e80fccae53f4939 | |
parent | 34a2630141cfc20dbebcd06621f685fa59d376e2 [diff] |
samples: basic: fix nRF52 PWM name in blink_led/fade_led samples commit ddf744deee39 ("drivers: pwm_nrfx: Use Device Tree label as instance name") removed the config setting for PWM names and replaced it with DT_NORDIC_NRF_PWM_PWM_*_LABEL. This change is causing the blink_led and fade_led samples to break when compiled for nRF52 boards. Let's update the samples to use the DT setting. Signed-off-by: Michael Scott <mike@foundries.io>