Skip to content

Commit

Permalink
[board] Invert LED of STM32F030 BSP
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Jan 14, 2021
1 parent 028716a commit 8053ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/board/stm32f030f4p6_demo/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ struct SystemClock {
};

// User LED
using LedOrange = GpioOutputA4;
using LedOrange = GpioInverted< GpioOutputA4 >;
using Leds = SoftwareGpioPort< LedOrange >;

using Button = GpioUnused;
Expand Down

0 comments on commit 8053ef9

Please sign in to comment.