File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ impl DWT {
99
99
}
100
100
101
101
/// Whether to enable exception tracing
102
- // TODO find out if this is supported om armv6m
102
+ # [ cfg ( not ( armv6m) ) ]
103
103
#[ inline]
104
104
pub fn enable_exception_tracing ( & mut self , bit : bool ) {
105
105
unsafe {
@@ -111,7 +111,7 @@ impl DWT {
111
111
}
112
112
113
113
/// Whether to periodically generate PC samples
114
- // TODO find out if this is supported on armv6m
114
+ # [ cfg ( not ( armv6m) ) ]
115
115
#[ inline]
116
116
pub fn enable_pc_samples ( & mut self , bit : bool ) {
117
117
unsafe {
@@ -210,8 +210,8 @@ impl Comparator {
210
210
// don't compare data value
211
211
r. set_datavmatch ( false ) ;
212
212
213
- // dont compare cycle counter value
214
- // NOTE: only needed forp comparator 0, but is SBZP.
213
+ // don't compare cycle counter value
214
+ // NOTE: only needed for comparator 0, but is SBZP.
215
215
r. set_cycmatch ( false ) ;
216
216
217
217
// FUNCTION, EMITRANGE
You can’t perform that action at this time.
0 commit comments