1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Fix NUM_ANALOG_INPUTS for Amperka WiFi slot (#5219)

This commit is contained in:
Evgeny Kochetkov 2018-10-09 18:48:45 +03:00 committed by Earle F. Philhower, III
parent 8ef21ca3ae
commit 3c13751bcf

View File

@ -83,4 +83,7 @@ static const uint8_t analog_pin_to_mux_channel[] = {
#include "../generic/common.h"
#undef NUM_ANALOG_INPUTS
#define NUM_ANALOG_INPUTS 8
#endif /* Pins_Arduino_h */