diff options
-rw-r--r-- | src/peripheral/dwt.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peripheral/dwt.rs b/src/peripheral/dwt.rs index 73f90ce..597accd 100644 --- a/src/peripheral/dwt.rs +++ b/src/peripheral/dwt.rs @@ -322,7 +322,8 @@ pub enum EmitOption { /// Emit only trace address packet. Address, /// Emit only trace PC value packet - /// NOTE: only compatible with [AccessType::ReadWrite]. + /// + /// *NOTE* only compatible with [AccessType::ReadWrite]. PC, /// Emit trace address and data value packets. AddressData, |