From c5b26e487eb21a65c248ff2f253a06a1fc46db53 Mon Sep 17 00:00:00 2001 From: Peter N Lewis Date: Wed, 11 Oct 2017 13:32:53 +0800 Subject: [PATCH] Fixed comment InterruptLock "disable interrupts" --- cores/esp8266/interrupts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp8266/interrupts.h b/cores/esp8266/interrupts.h index b4a2ed44b..868a4a08e 100644 --- a/cores/esp8266/interrupts.h +++ b/cores/esp8266/interrupts.h @@ -11,7 +11,7 @@ extern "C" { // these auto classes wrap up xt_rsil so your code can be simplier, but can only be // used in an ino or cpp files. -// InterruptLock is used when you want to completely disable locks +// InterruptLock is used when you want to completely disable interrupts //{ // { // InterruptLock lock;