diff options
| author | JuliDi <[email protected]> | 2023-06-28 15:25:57 +0200 |
|---|---|---|
| committer | JuliDi <[email protected]> | 2023-06-28 15:25:57 +0200 |
| commit | f2e7a23148f0c1f663744bfe47fbbb37d9552080 (patch) | |
| tree | 706c65c03049311482aedec4042d83a5593ebdc9 /examples/stm32l4/src | |
| parent | 27a89019adaebfd1916d3b71dde1db3a6a768883 (diff) | |
attempt at fixing ci
Diffstat (limited to 'examples/stm32l4/src')
| -rw-r--r-- | examples/stm32l4/src/bin/dac_dma.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l4/src/bin/dac_dma.rs b/examples/stm32l4/src/bin/dac_dma.rs index aefc8412f..7c0df835b 100644 --- a/examples/stm32l4/src/bin/dac_dma.rs +++ b/examples/stm32l4/src/bin/dac_dma.rs | |||
| @@ -93,7 +93,7 @@ async fn dac_task1(dac: &'static mut Dac1Type<'static>) { | |||
| 93 | #[embassy_executor::task] | 93 | #[embassy_executor::task] |
| 94 | async fn dac_task2(dac: &'static mut Dac2Type<'static>) { | 94 | async fn dac_task2(dac: &'static mut Dac2Type<'static>) { |
| 95 | let data: &[u8; 256] = &calculate_array::<256>(); | 95 | let data: &[u8; 256] = &calculate_array::<256>(); |
| 96 | 96 | ||
| 97 | info!("TIM7 frequency is {}", TIM7::frequency()); | 97 | info!("TIM7 frequency is {}", TIM7::frequency()); |
| 98 | 98 | ||
| 99 | const FREQUENCY: Hertz = Hertz::hz(600); | 99 | const FREQUENCY: Hertz = Hertz::hz(600); |
