diff options
author | 2018-10-27 14:34:15 +0200 | |
---|---|---|
committer | 2018-10-27 14:34:15 +0200 | |
commit | b6a4eba95ab7d7307a68a4c45cd190df012f90d8 (patch) | |
tree | 20fb7ab24adc4ddff7bcf1811cc9b802913b2db8 | |
parent | 1ad665acb3c5b7bce2a95b9d0e563018d258adef (diff) | |
download | cortex-m-b6a4eba95ab7d7307a68a4c45cd190df012f90d8.tar.gz cortex-m-b6a4eba95ab7d7307a68a4c45cd190df012f90d8.tar.zst cortex-m-b6a4eba95ab7d7307a68a4c45cd190df012f90d8.zip |
{,un}pend -> {unpend,pend}
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca28e4..f265594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - The `NVIC.{clear,set}_pending` methods have been deprecated in favor of - `NVIC::{,un}pend`. + `NVIC::{unpend,pend}`. ## [v0.5.7] - 2018-09-06 |