Skip to content

Commit cdf573d

Browse files
authored
Update README.md
1 parent 97e5058 commit cdf573d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Then in the loop method you need to call:
7575
}
7676
```
7777

78+
From 1.2.1 onwards reentrant locking has been added, if you have a shared resource that you need to lock around, you can do this in tasks. See the reentrantLocking example for more details.
79+
7880
As of V1.1 - Arduino Only - If you want to use the legacy interrupt marshalling support instead of building an event you must additionally include the following:
7981

8082
#include <BasicInterruptAbstraction.h>

0 commit comments

Comments
 (0)