aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/i2c_async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f4/src/bin/i2c_async.rs')
-rw-r--r--examples/stm32f4/src/bin/i2c_async.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/i2c_async.rs b/examples/stm32f4/src/bin/i2c_async.rs
index 9f59e4d41..90d11d4b4 100644
--- a/examples/stm32f4/src/bin/i2c_async.rs
+++ b/examples/stm32f4/src/bin/i2c_async.rs
@@ -1,6 +1,5 @@
1#![no_std] 1#![no_std]
2#![no_main] 2#![no_main]
3#![feature(type_alias_impl_trait)]
4 3
5// Example originally designed for stm32f411ceu6 reading an A1454 hall effect sensor on I2C1 4// Example originally designed for stm32f411ceu6 reading an A1454 hall effect sensor on I2C1
6// DMA peripherals changed to compile for stm32f429zi, for the CI. 5// DMA peripherals changed to compile for stm32f429zi, for the CI.