Update pins_arduino.h (#11000)

This commit is contained in:
SooDragon 2025-02-21 19:27:11 +09:00 committed by GitHub
parent 9a783a5d2c
commit 003db9e4c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,6 @@ static const uint8_t A1 = 1;
static const uint8_t A2 = 2;
static const uint8_t A3 = 3;
static const uint8_t A4 = 4;
static const uint8_t A5 = 5;
//static const uint8_t A5 = 5; // ADC1 no longer supported
#endif /* Pins_Arduino_h */