Add the leaf features for peripherals.

This commit is contained in:
Bob McWhirter 2021-05-05 11:06:03 -04:00
parent d8156b43b1
commit 14ce02eecf

View File

@ -26,6 +26,10 @@ defmt-debug = [ ]
defmt-info = [ ] defmt-info = [ ]
defmt-warn = [ ] defmt-warn = [ ]
defmt-error = [ ] defmt-error = [ ]
_syscfg_f4 = []
_syscfg_l4 = []
_usart_v1 = []
_rng_v1 = []
# BEGIN GENERATED FEATURES # BEGIN GENERATED FEATURES
stm32f401cb = [ "_syscfg_f4", "_usart_v1",] stm32f401cb = [ "_syscfg_f4", "_usart_v1",]