aboutsummaryrefslogtreecommitdiff
path: root/src/exception.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <japaricious@gmail.com> 2017-03-11 19:47:57 -0500
committerGravatar Jorge Aparicio <japaricious@gmail.com> 2017-03-11 19:47:57 -0500
commite666c0b79eb520e16c75bef4cfc085c1dfe72b06 (patch)
tree7e95c28e539793dbd4cf8f1385ad8f2f0b823c0a /src/exception.rs
parent6db72a50f302f6bd3974488a9d681dac26cd72c2 (diff)
downloadcortex-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.rs2
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