ports: Reformat more C and Python source code.
These files that are reformatted only now fall under the list of files to apply uncrustify/black formatting to. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// USART pin assignments: Tx=PA10=SERCOM0/PAD[2], Rx=PA11==SERCOM0/PAD[3]
|
||||
#define CPU_FREQ (48000000) // For selecting Baud from clock.
|
||||
#define MP_PIN_GRP 0 // A=0, B=1
|
||||
#define MP_TX_PIN 10 //'n'
|
||||
#define MP_TX_PIN 10 // 'n'
|
||||
#define MP_RX_PIN 11
|
||||
#define MP_PERIPHERAL_MUX 5 // 'n'th group of 2 pins
|
||||
#define USARTx SERCOM0 // SERCOM0: tx/rx
|
||||
|
||||
Reference in New Issue
Block a user