Skip to content

Commit

Permalink
[board] Fix SAMV71 Xplained Ultra button polarity
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Feb 7, 2023
1 parent d113a6b commit 3534ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modm/board/samv71_xplained_ultra/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct SystemClock

using Led0 = GpioA23;
using Led1 = GpioC9;
using ButtonSW0 = GpioA9;
using ButtonSW0 = GpioInverted<GpioA9>;

using Leds = SoftwareGpioPort<Led1, Led0>;

Expand Down

0 comments on commit 3534ba3

Please sign in to comment.