From 04db5391fcef86c65d93beada3e303267ca379b4 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Tue, 19 May 2020 06:07:50 -0700 Subject: [PATCH] px4_fmu-v5x:Fix PG11 assignment --- boards/px4/fmu-v5x/src/board_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/px4/fmu-v5x/src/board_config.h b/boards/px4/fmu-v5x/src/board_config.h index 3764e0ec7c..6755f6d9c5 100644 --- a/boards/px4/fmu-v5x/src/board_config.h +++ b/boards/px4/fmu-v5x/src/board_config.h @@ -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 */