diff --git a/cores/esp8266/interrupts.h b/cores/esp8266/interrupts.h index 868a4a08e..1c7507f97 100644 --- a/cores/esp8266/interrupts.h +++ b/cores/esp8266/interrupts.h @@ -1,12 +1,7 @@ #ifndef INTERRUPTS_H #define INTERRUPTS_H -#include -#include -extern "C" { -#include "c_types.h" -#include "ets_sys.h" -} +#include // these auto classes wrap up xt_rsil so your code can be simplier, but can only be // used in an ino or cpp files.