]> granicus.if.org Git - esp-idf/commit
Changed log level for spi_master
authorVikram Dattu <vikram.dattu@espressif.com>
Tue, 18 Jun 2019 08:34:32 +0000 (14:04 +0530)
committerVikram Dattu <vikram.dattu@espressif.com>
Fri, 19 Jul 2019 04:38:39 +0000 (10:08 +0530)
commit13069ecb262acae54c9b622615193e6e7eeadc1a
treec36a6551c29d39868028982b6a6b5bccee228546
parent7f42d636871c117797010bd922ae05fa9719183d
Changed log level for spi_master

There are lot of prints of `Allocate TX buffer for DMA`
Changed these from `ESP_LOGI` to `ESP_LOGD`

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
components/driver/spi_master.c