🔨 Fix PINS_DEBUGGING for some STM32H7 (#26416)

This commit is contained in:
Keith Bennett
2023-11-14 00:29:07 -08:00
committed by GitHub
parent 31154278b3
commit df2251e23e
3 changed files with 3 additions and 0 deletions

View File

@@ -161,6 +161,7 @@
#define NUM_DIGITAL_PINS 82
#define NUM_DUALPAD_PINS 2
#define NUM_ANALOG_INPUTS 16
#define NUM_ANALOG_FIRST PA0
// On-board LED pin number
#ifndef LED_BUILTIN

View File

@@ -200,6 +200,7 @@
#define NUM_DIGITAL_PINS 114
#define NUM_DUALPAD_PINS 2
#define NUM_ANALOG_INPUTS 28
#define NUM_ANALOG_FIRST PA0
// On-board LED pin number
#ifndef LED_BUILTIN

View File

@@ -160,6 +160,7 @@
#define NUM_DIGITAL_PINS 82
#define NUM_DUALPAD_PINS 2
#define NUM_ANALOG_INPUTS 16
#define NUM_ANALOG_FIRST PA0
// On-board LED pin number
#ifndef LED_BUILTIN