mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-23 19:21:59 +03:00
Remove DISABLED macro (#2072)
This commit is contained in:
@ -73,7 +73,6 @@ extern "C" {
|
|||||||
#define MSBFIRST 1
|
#define MSBFIRST 1
|
||||||
|
|
||||||
//Interrupt Modes
|
//Interrupt Modes
|
||||||
#define DISABLED 0x00
|
|
||||||
#define RISING 0x01
|
#define RISING 0x01
|
||||||
#define FALLING 0x02
|
#define FALLING 0x02
|
||||||
#define CHANGE 0x03
|
#define CHANGE 0x03
|
||||||
|
Reference in New Issue
Block a user