Minor comment update
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13681 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
cf63148193
commit
c709dd2a9f
|
@ -131,7 +131,8 @@ int main(void) {
|
|||
txbuf[i] = (uint8_t)i;
|
||||
|
||||
/*
|
||||
* Configuring SPI GPIOs.
|
||||
* Configuring SPI GPIOs. This requires S1 set to 1 in order to have
|
||||
* the SPI PINs connected to the MCU.
|
||||
*/
|
||||
palSetLineMode(LINE_SPI1_CS, PAL_MODE_OUTPUT_PUSHPULL);
|
||||
palSetLineMode(LINE_SPI1_MISO, PAL_MODE_MULTIPLEXER(1) |
|
||||
|
|
Loading…
Reference in New Issue