aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/i2c_comparison.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f4/src/bin/i2c_comparison.rs')
-rw-r--r--examples/stm32f4/src/bin/i2c_comparison.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/i2c_comparison.rs b/examples/stm32f4/src/bin/i2c_comparison.rs
index 6d23c0ed8..30cfbdf57 100644
--- a/examples/stm32f4/src/bin/i2c_comparison.rs
+++ b/examples/stm32f4/src/bin/i2c_comparison.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 with three A1454 hall effect sensors, connected to I2C1, 2 and 3 4// Example originally designed for stm32f411ceu6 with three A1454 hall effect sensors, connected to I2C1, 2 and 3
6// on the pins referenced in the peripheral definitions. 5// on the pins referenced in the peripheral definitions.