Skip to content

Commit

Permalink
px4_fmu-v5x:Fix PG11 assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
davids5 authored and dagar committed May 23, 2020
1 parent b2153c7 commit 04db539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/px4/fmu-v5x/src/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@

/* Spare GPIO */

#define GPIO_PH11 /* PH11 */ (GPIO_INPUT|GPIO_FLOAT|GPIO_PORTH|GPIO_PIN1)
#define GPIO_PH11 /* PH11 */ (GPIO_INPUT|GPIO_FLOAT|GPIO_PORTH|GPIO_PIN11)

/* ETHERNET GPIO */

Expand Down

0 comments on commit 04db539

Please sign in to comment.