Skip to content

Commit c5b26e4

Browse files
peternlewisigrr
authored andcommitted
Fixed comment InterruptLock "disable interrupts"
1 parent 526f4fb commit c5b26e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/interrupts.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
// these auto classes wrap up xt_rsil so your code can be simplier, but can only be
1212
// used in an ino or cpp files.
1313

14-
// InterruptLock is used when you want to completely disable locks
14+
// InterruptLock is used when you want to completely disable interrupts
1515
//{
1616
// {
1717
// InterruptLock lock;

0 commit comments

Comments
 (0)