mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +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:
@@ -6,7 +6,6 @@
|
||||
// For more information, see: https://shop.pimoroni.com/products/badger-2040
|
||||
// Also
|
||||
// - Badger 2040 schematic: https://cdn.shopify.com/s/files/1/0174/1800/files/badger_2040_schematic.pdf?v=1645702148
|
||||
//
|
||||
package machine
|
||||
|
||||
import (
|
||||
@@ -58,14 +57,15 @@ const (
|
||||
|
||||
// QSPI pins¿?
|
||||
const (
|
||||
/* TODO
|
||||
/*
|
||||
TODO
|
||||
|
||||
SPI0_SD0_PIN Pin = QSPI_SD0
|
||||
SPI0_SD1_PIN Pin = QSPI_SD1
|
||||
SPI0_SD2_PIN Pin = QSPI_SD2
|
||||
SPI0_SD3_PIN Pin = QSPI_SD3
|
||||
SPI0_SCK_PIN Pin = QSPI_SCLKGPIO6
|
||||
SPI0_CS_PIN Pin = QSPI_CS
|
||||
|
||||
*/
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user