git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3493 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-11-14 19:13:19 +00:00
parent 375244fdc4
commit dfab65f9f8
1 changed files with 1 additions and 1 deletions

View File

@ -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));