@@ -126,22 +126,14 @@ pub mod adc;
126
126
#[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
127
127
#[ cfg( not( any( feature = "stm32l412" , ) ) ) ]
128
128
pub mod can;
129
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
130
129
pub mod crc;
131
130
pub mod datetime;
132
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
133
131
pub mod delay;
134
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
135
132
pub mod dma;
136
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
137
133
pub mod dmamux;
138
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
139
134
pub mod flash;
140
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
141
135
pub mod gpio;
142
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
143
136
pub mod i2c;
144
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
145
137
pub mod lptimer;
146
138
#[ cfg( all(
147
139
feature = "otg_fs" ,
@@ -154,11 +146,8 @@ pub mod lptimer;
154
146
)
155
147
) ) ]
156
148
pub mod otg_fs;
157
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
158
149
pub mod prelude;
159
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
160
150
pub mod pwm;
161
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
162
151
pub mod pwr;
163
152
#[ cfg( not( any(
164
153
feature = "stm32l433" ,
@@ -167,23 +156,14 @@ pub mod pwr;
167
156
feature = "stm32l4s9" ,
168
157
) ) ) ]
169
158
pub mod qspi;
170
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
171
159
pub mod rcc;
172
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
173
160
pub mod rng;
174
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
175
161
pub mod rtc;
176
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
177
162
pub mod serial;
178
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
179
163
pub mod signature;
180
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
181
164
pub mod spi;
182
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
183
165
pub mod time;
184
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
185
166
pub mod timer;
186
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
187
167
pub mod tsc;
188
168
#[ cfg( all(
189
169
feature = "stm32-usbd" ,
@@ -199,7 +179,6 @@ pub mod tsc;
199
179
)
200
180
) ) ]
201
181
pub mod usb;
202
- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
203
182
pub mod watchdog;
204
183
205
184
mod sealed {
0 commit comments