mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
stm32-l5: corrected alt function and other review comments
This commit is contained in:
committed by
deadprogram
parent
289e1aa197
commit
fcdaa83368
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user