]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/spi_master_ci_test_fix' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Apr 2017 16:24:28 +0000 (00:24 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Apr 2017 16:24:28 +0000 (00:24 +0800)
commitb8c17207361ef7dbedd30fb3e43ff82f78b6dfa5
tree8672627c19b791fbc1e5eb293a5a6ab7f0c3b334
parent5728c8bd2a60f785eabfe9b0ce03ae21c9d7d65a
parent9134c13c7316d1cff407bfd5644a865dd0af78bd
Merge branch 'bugfix/spi_master_ci_test_fix' into 'master'

Fix SPI master CI test

CI test fails because the values it checks haven't been updated to the changes in the clock calculations. This fixes that.

See merge request !710