diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/peripheral/tpiu.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/tpiu.rs b/src/peripheral/tpiu.rs index e020b81..582544b 100644 --- a/src/peripheral/tpiu.rs +++ b/src/peripheral/tpiu.rs @@ -42,7 +42,7 @@ bitfield! { } bitfield! { - /// Type Register. + /// TPIU Type Register. #[repr(C)] #[derive(Clone, Copy)] pub struct Type(u32); |