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 @@ -1116,7 +1116,7 @@ impl Instance for crate::pac::PWM3 {
1116
1116
}
1117
1117
1118
1118
#[ cfg( any( feature = "9160" ) ) ]
1119
- impl Instance for PWM0_NS {
1119
+ impl Instance for crate :: pac :: PWM0_NS {
1120
1120
const INTERRUPT : Interrupt = Interrupt :: PWM0 ;
1121
1121
#[ inline( always) ]
1122
1122
fn buffer ( ) -> & ' static Cell < [ u16 ; 4 ] > {
@@ -1125,23 +1125,23 @@ impl Instance for PWM0_NS {
1125
1125
}
1126
1126
1127
1127
#[ cfg( any( feature = "9160" ) ) ]
1128
- impl Instance for PWM1_NS {
1128
+ impl Instance for crate :: pac :: PWM1_NS {
1129
1129
const INTERRUPT : Interrupt = Interrupt :: PWM1 ;
1130
1130
fn buffer ( ) -> & ' static Cell < [ u16 ; 4 ] > {
1131
1131
unsafe { & BUF1 }
1132
1132
}
1133
1133
}
1134
1134
1135
1135
#[ cfg( any( feature = "9160" ) ) ]
1136
- impl Instance for PWM2_NS {
1136
+ impl Instance for crate :: pac :: PWM2_NS {
1137
1137
const INTERRUPT : Interrupt = Interrupt :: PWM2 ;
1138
1138
fn buffer ( ) -> & ' static Cell < [ u16 ; 4 ] > {
1139
1139
unsafe { & BUF2 }
1140
1140
}
1141
1141
}
1142
1142
1143
1143
#[ cfg( any( feature = "9160" ) ) ]
1144
- impl Instance for PWM3_NS {
1144
+ impl Instance for crate :: pac :: PWM3_NS {
1145
1145
const INTERRUPT : Interrupt = Interrupt :: PWM3 ;
1146
1146
fn buffer ( ) -> & ' static Cell < [ u16 ; 4 ] > {
1147
1147
unsafe { & BUF3 }
You can’t perform that action at this time.
0 commit comments