git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3493 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
375244fdc4
commit
dfab65f9f8
|
@ -201,7 +201,7 @@ int main(void) {
|
|||
|
||||
/*
|
||||
* Activates the serial driver 1 using the driver default configuration.
|
||||
* PA2(TX) and PA3(RX) are routed to USART1.
|
||||
* PA2(TX) and PA3(RX) are routed to USART2.
|
||||
*/
|
||||
sdStart(&SD2, NULL);
|
||||
palSetPadMode(GPIOA, 2, PAL_MODE_ALTERNATE(7));
|
||||
|
|
Loading…
Reference in New Issue