From 8176cbb28bee2be6a872e2dfdafcababf72ec58a Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov <ivan@espressif.com> Date: Wed, 1 Jun 2016 11:23:51 +0800 Subject: [PATCH] Remove DISABLED macro (#2072) --- cores/esp8266/Arduino.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cores/esp8266/Arduino.h b/cores/esp8266/Arduino.h index b6f442e5c..dfc514a45 100644 --- a/cores/esp8266/Arduino.h +++ b/cores/esp8266/Arduino.h @@ -73,7 +73,6 @@ extern "C" { #define MSBFIRST 1 //Interrupt Modes -#define DISABLED 0x00 #define RISING 0x01 #define FALLING 0x02 #define CHANGE 0x03