mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
all: format code according to Go 1.19 rules
Go 1.19 started reformatting code in a way that makes it more obvious how it will be rendered on pkg.go.dev. It gets it almost right, but not entirely. Therefore, I had to modify some of the comments so that they are formatted correctly.
This commit is contained in:
@@ -726,7 +726,7 @@ func (p Pin) getPad() (pad *volatile.Register32, mux *volatile.Register32) {
|
||||
//
|
||||
// The reference manual refers to this functionality as a "Daisy Chain". The
|
||||
// associated docs are found in the i.MX RT1060 Processor Reference Manual:
|
||||
// "Chapter 11.3.3 Daisy chain - multi pads driving same module input pin"
|
||||
// "Chapter 11.3.3 Daisy chain - multi pads driving same module input pin"
|
||||
type muxSelect struct {
|
||||
mux uint8 // AF mux selection (NOT a Pin type)
|
||||
sel *volatile.Register32 // AF selection register
|
||||
|
||||
Reference in New Issue
Block a user