aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/nrf/src/bin/pwm_simple_sin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf/src/bin/pwm_simple_sin.rs b/examples/nrf/src/bin/pwm_simple_sin.rs
index 3fbfc960f..c7d85381b 100644
--- a/examples/nrf/src/bin/pwm_simple_sin.rs
+++ b/examples/nrf/src/bin/pwm_simple_sin.rs
@@ -38,7 +38,7 @@ async fn main(_spawner: Spawner, p: Peripherals) {
38 38
39 Timer::after(Duration::from_millis(20000)).await; 39 Timer::after(Duration::from_millis(20000)).await;
40 40
41 pwm.stop(); 41 pwm.sequence_stop();
42 info!("pwm stopped!"); 42 info!("pwm stopped!");
43 43
44 loop { 44 loop {