Skip to content

Commit 35bb481

Browse files
committed
dwt: improve EmitOption docstring
1 parent 6ddc746 commit 35bb481

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/peripheral/dwt.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ pub enum EmitOption {
322322
/// Emit only trace address packet.
323323
Address,
324324
/// Emit only trace PC value packet
325-
/// NOTE: only compatible with [AccessType::ReadWrite].
325+
///
326+
/// *NOTE* only compatible with [AccessType::ReadWrite].
326327
PC,
327328
/// Emit trace address and data value packets.
328329
AddressData,

0 commit comments

Comments
 (0)