Fixing pounder input capture source
This commit is contained in:
parent
4e6f65b3e0
commit
ef22f5ab92
|
@ -85,7 +85,7 @@ impl Timestamper {
|
|||
|
||||
// The capture channel should capture whenever the trigger input occurs.
|
||||
let input_capture = capture_channel
|
||||
.into_input_capture(timers::CaptureTrigger::TriggerInput);
|
||||
.into_input_capture(timers::tim8::CaptureSource1::TRC);
|
||||
input_capture.listen_dma();
|
||||
|
||||
// The data transfer is always a transfer of data from the peripheral to a RAM buffer.
|
||||
|
|
Loading…
Reference in New Issue