diff options
Diffstat (limited to 'examples/rp/src/bin')
| -rw-r--r-- | examples/rp/src/bin/blinky.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/button.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/spi.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/spi_display.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/uart.rs | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/rp/src/bin/blinky.rs b/examples/rp/src/bin/blinky.rs index d3e066e00..96e45f697 100644 --- a/examples/rp/src/bin/blinky.rs +++ b/examples/rp/src/bin/blinky.rs | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | ||
| 4 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
diff --git a/examples/rp/src/bin/button.rs b/examples/rp/src/bin/button.rs index a7846cbf3..6492367e5 100644 --- a/examples/rp/src/bin/button.rs +++ b/examples/rp/src/bin/button.rs | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | ||
| 4 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
diff --git a/examples/rp/src/bin/spi.rs b/examples/rp/src/bin/spi.rs index 0e59c457e..c4748f2ec 100644 --- a/examples/rp/src/bin/spi.rs +++ b/examples/rp/src/bin/spi.rs | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | ||
| 4 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
diff --git a/examples/rp/src/bin/spi_display.rs b/examples/rp/src/bin/spi_display.rs index 702133307..1ae3ae66e 100644 --- a/examples/rp/src/bin/spi_display.rs +++ b/examples/rp/src/bin/spi_display.rs | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | ||
| 4 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
diff --git a/examples/rp/src/bin/uart.rs b/examples/rp/src/bin/uart.rs index 379ab2438..8354f9f82 100644 --- a/examples/rp/src/bin/uart.rs +++ b/examples/rp/src/bin/uart.rs | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | ||
| 4 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
