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 028716a commit 8053ef9Copy full SHA for 8053ef9
src/modm/board/stm32f030f4p6_demo/board.hpp
@@ -80,7 +80,7 @@ struct SystemClock {
80
};
81
82
// User LED
83
-using LedOrange = GpioOutputA4;
+using LedOrange = GpioInverted< GpioOutputA4 >;
84
using Leds = SoftwareGpioPort< LedOrange >;
85
86
using Button = GpioUnused;
0 commit comments