Skip to content

Commit e21b248

Browse files
committed
Fix NUM_ANALOG_INPUTS
1 parent 93aec46 commit e21b248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)/variant_DAISY_PATCH_SM.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218
#define NUM_DIGITAL_PINS 140
219219
#define NUM_DUALPAD_PINS 2
220-
#define NUM_ANALOG_INPUTS 32
220+
#define NUM_ANALOG_INPUTS 14
221221

222222
// On-board LED pin number
223223
#ifndef LED_BUILTIN

0 commit comments

Comments
 (0)