Stub in RNG impl.

This commit is contained in:
Bob McWhirter
2021-04-26 14:11:46 -04:00
parent dc919c236d
commit 0713947d67
270 changed files with 20330 additions and 2 deletions

View File

@ -143,6 +143,7 @@ impl_gpio_pin!(PH12, 7, 12, EXTI12);
impl_gpio_pin!(PH13, 7, 13, EXTI13);
impl_gpio_pin!(PH14, 7, 14, EXTI14);
impl_gpio_pin!(PH15, 7, 15, EXTI15);
impl_rng!(0x50060800);
impl_usart!(USART1, 0x40011000);
impl_usart_pin!(USART1, RxPin, PA10, 7);
impl_usart_pin!(USART1, CtsPin, PA11, 7);