]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/spi_master_length' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Wed, 22 Feb 2017 09:11:00 +0000 (17:11 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Wed, 22 Feb 2017 09:11:00 +0000 (17:11 +0800)
Fix SPI master transmit length

Tx/Rx length fix from https://github.com/espressif/esp-idf/pull/336

I also added an extra commit in to make use of a define instead of a literal, plus fix a (harmless) off-by-one condition.

See merge request !521


Trivial merge