Skip to content

Commit d9ee188

Browse files
Lokathorgnzlbg
authored andcommitted
add the double quotes
1 parent 76ac51f commit d9ee188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Application Program Status Register
22
pub struct APSR;
33

4-
#[cfg(any(not(target_feature = thumb-mode), target_feature = v6t2))]
4+
#[cfg(any(not(target_feature = thumb-mode), target_feature = "v6t2"))]
55
rsr!(APSR);

0 commit comments

Comments
 (0)