diff options
-rw-r--r-- | src/peripheral/itm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/itm.rs b/src/peripheral/itm.rs index 626fba2..f5f5935 100644 --- a/src/peripheral/itm.rs +++ b/src/peripheral/itm.rs @@ -133,7 +133,7 @@ pub enum TimestampClkSrc { AsyncTPIU, } -/// blah +/// Available settings for the ITM peripheral. #[derive(Debug)] pub struct ITMSettings { /// Whether to enable ITM. |