Skip to content

Commit 8053ef9

Browse files
committed
[board] Invert LED of STM32F030 BSP
1 parent 028716a commit 8053ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/board/stm32f030f4p6_demo/board.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct SystemClock {
8080
};
8181

8282
// User LED
83-
using LedOrange = GpioOutputA4;
83+
using LedOrange = GpioInverted< GpioOutputA4 >;
8484
using Leds = SoftwareGpioPort< LedOrange >;
8585

8686
using Button = GpioUnused;

0 commit comments

Comments
 (0)