Minor comment update
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13681 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
f034b766da
commit
ccb819499c
|
@ -131,7 +131,8 @@ int main(void) {
|
||||||
txbuf[i] = (uint8_t)i;
|
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_CS, PAL_MODE_OUTPUT_PUSHPULL);
|
||||||
palSetLineMode(LINE_SPI1_MISO, PAL_MODE_MULTIPLEXER(1) |
|
palSetLineMode(LINE_SPI1_MISO, PAL_MODE_MULTIPLEXER(1) |
|
||||||
|
|
Loading…
Reference in New Issue