🔨 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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