1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Fixed comment InterruptLock "disable interrupts"

This commit is contained in:
Peter N Lewis 2017-10-11 13:32:53 +08:00 committed by Ivan Grokhotkov
parent 526f4fbb6c
commit c5b26e487e

View File

@ -11,7 +11,7 @@ extern "C" {
// these auto classes wrap up xt_rsil so your code can be simplier, but can only be // these auto classes wrap up xt_rsil so your code can be simplier, but can only be
// used in an ino or cpp files. // 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; // InterruptLock lock;