stm32: exclude spammy files from docs by prefixing with _.

These files end up containing chip-specific info, so they deduplicate
really badly when building docs for all 1200 chips.

The doc generator removes files starting with `_`.
This commit is contained in:
Dario Nieuwenhuis
2022-03-04 17:42:38 +01:00
parent 94b232cf88
commit 53d9a0b516
7 changed files with 14 additions and 15 deletions

View File

@ -574,7 +574,7 @@ foreach_pin!(
);
pub(crate) unsafe fn init() {
crate::generated::init_gpio();
crate::_generated::init_gpio();
}
mod eh02 {