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:
parent
8ef21ca3ae
commit
3c13751bcf
@ -83,4 +83,7 @@ static const uint8_t analog_pin_to_mux_channel[] = {
|
|||||||
|
|
||||||
#include "../generic/common.h"
|
#include "../generic/common.h"
|
||||||
|
|
||||||
|
#undef NUM_ANALOG_INPUTS
|
||||||
|
#define NUM_ANALOG_INPUTS 8
|
||||||
|
|
||||||
#endif /* Pins_Arduino_h */
|
#endif /* Pins_Arduino_h */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user