From 8c38d3999369f4df34d283d6aa15dac9bfeebdc6 Mon Sep 17 00:00:00 2001 From: jsjolund <j.sjolund@gmail.com> Date: Tue, 12 Dec 2017 08:12:56 +0100 Subject: [PATCH] Fix capture channel code --- examples/capture4.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/capture4.rs b/examples/capture4.rs index ce67f70..5dbdd7e 100644 --- a/examples/capture4.rs +++ b/examples/capture4.rs @@ -26,7 +26,6 @@ app! { }, } - fn init(p: init::Peripherals) { let capture = Capture(p.TIM4); -- GitLab