Commit 556195ba authored by Daniel Friesel's avatar Daniel Friesel
Browse files

MSP430FR5969 GPIO: Fix typo

parent 6680cadd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ class GPIO {
		 * short-circuit other peripherals.
		 */
		inline void setup() {
			PIDIR = BIT0; // green led
			P1DIR = BIT0; // green led
			P2DIR = 0;
			P3DIR = 0;
			P4DIR = BIT6; // red LED