stm32-l5: corrected alt function and other review comments

This commit is contained in:
Kenneth Bell
2020-12-24 08:11:15 -08:00
committed by deadprogram
parent 289e1aa197
commit fcdaa83368
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ type UART struct {
Buffer *RingBuffer
Bus *stm32.USART_Type
Interrupt interrupt.Interrupt
AltFuncSelector stm32.AltFunc
AltFuncSelector uint8
// Registers specific to the chip
rxReg *volatile.Register32