We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9db70 commit e52667eCopy full SHA for e52667e
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
11
### Changed
12
- Change 266 files from CRLF to LF.
13
+- Replace `#define yield() _NOP()` with `inline void yield() { _NOP(); }` so that other code can define a `yield()` function.
14
15
### Deprecated
16
0 commit comments