nimaltd / spif

W25qxx, N25Qxx and other SPI FLASH driver for stm32 HAL
GNU General Public License v3.0
599 stars 173 forks source link

printf->_W25QXX_PRINT #23

Closed zhaonianzhu closed 4 years ago

zhaonianzhu commented 4 years ago

define _W25QXX_DEBUG 0

define _W25QXX_PRINT(...) rt_kprintf(__VA_ARGS__)

Is a good choice

nimaltd commented 4 years ago

Hello. Thanks.