fix unPhone-tft compilation

This commit is contained in:
mverch67 2024-05-31 19:14:57 +02:00
parent c511b8b664
commit e772ead77b

View File

@ -6,14 +6,6 @@
#define USB_VID 0x16D0 #define USB_VID 0x16D0
#define USB_PID 0x1178 #define USB_PID 0x1178
#define EXTERNAL_NUM_INTERRUPTS 46
#define NUM_DIGITAL_PINS 48
#define NUM_ANALOG_INPUTS 20
#define analogInputToDigitalPin(p) (((p) < 20) ? (analogChannelToDigitalPin(p)) : -1)
#define digitalPinToInterrupt(p) (((p) < 48) ? (p) : -1)
#define digitalPinHasPWM(p) (p < 46)
#define LED_BUILTIN 13 #define LED_BUILTIN 13
#define BUILTIN_LED LED_BUILTIN // backward compatibility #define BUILTIN_LED LED_BUILTIN // backward compatibility