We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7146759 commit c79922cCopy full SHA for c79922c
examples/sdmmc.rs
@@ -41,7 +41,7 @@ fn main() -> ! {
41
let gpiod = dp.GPIOD.split(ccdr.peripheral.GPIOD);
42
43
// STM32H747I-DISCO development board
44
- #[cfg(any(feature = "rm0399"))]
+ #[cfg(feature = "rm0399")]
45
let mut led = {
46
let gpioi = dp.GPIOI.split(ccdr.peripheral.GPIOI);
47
examples/usb_phy_serial_interrupt.rs
@@ -3,6 +3,7 @@
3
//! This example is for RM0433/RM0399 parts. It has been tested on the Arduino
4
//! Portenta H7
5
#![deny(warnings)]
6
+#![allow(clippy::type_complexity)]
7
#![no_std]
8
#![no_main]
9
0 commit comments