mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 18:30:36 -07:00
🐛 Fix STM32 Pins Debugging (#22896)
This commit is contained in:
parent
d507ea117e
commit
367c11dfa2
5 changed files with 40 additions and 30 deletions
|
|
@ -141,10 +141,10 @@ extern "C" {
|
|||
#define PG15 111 //D79
|
||||
|
||||
// This must be a literal with the same value as PEND
|
||||
#define NUM_DIGITAL_PINS 125
|
||||
#define NUM_DIGITAL_PINS 112
|
||||
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
|
||||
#define NUM_ANALOG_INPUTS 13
|
||||
#define NUM_ANALOG_FIRST 112
|
||||
#define NUM_ANALOG_FIRST NUM_DIGITAL_PINS
|
||||
|
||||
//#define ADC_RESOLUTION 12
|
||||
|
||||
|
|
|
|||
|
|
@ -141,10 +141,10 @@ extern "C" {
|
|||
#define PG15 111 //D79
|
||||
|
||||
// This must be a literal with the same value as PEND
|
||||
#define NUM_DIGITAL_PINS 125
|
||||
#define NUM_DIGITAL_PINS 112
|
||||
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
|
||||
#define NUM_ANALOG_INPUTS 13
|
||||
#define NUM_ANALOG_FIRST 112
|
||||
#define NUM_ANALOG_FIRST NUM_DIGITAL_PINS
|
||||
|
||||
//#define ADC_RESOLUTION 12
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue