diff options
author | 2017-03-11 19:47:57 -0500 | |
---|---|---|
committer | 2017-03-11 19:47:57 -0500 | |
commit | e666c0b79eb520e16c75bef4cfc085c1dfe72b06 (patch) | |
tree | 7e95c28e539793dbd4cf8f1385ad8f2f0b823c0a /src/exception.rs | |
parent | 6db72a50f302f6bd3974488a9d681dac26cd72c2 (diff) | |
download | cortex-m-e666c0b79eb520e16c75bef4cfc085c1dfe72b06.tar.gz cortex-m-e666c0b79eb520e16c75bef4cfc085c1dfe72b06.tar.zst cortex-m-e666c0b79eb520e16c75bef4cfc085c1dfe72b06.zip |
make ITM functions operate on `Stim`
push synchronization duties to the caller
Diffstat (limited to 'src/exception.rs')
-rw-r--r-- | src/exception.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.rs b/src/exception.rs index 2c4b1be..451332e 100644 --- a/src/exception.rs +++ b/src/exception.rs @@ -3,7 +3,7 @@ use ctxt::Context; use Reserved; -/// Kind of exception +/// Enumeration of all exceptions #[derive(Clone, Copy, Debug, Eq, PartialEq)] pub enum Exception { /// i.e. currently not servicing an exception |