SDIO_SLAVE_FLAG_INTERNAL_PULLUP macro
Enable internal pullups for enabled pins. It is required by the SD specification that all the 4 data lines should be pulled up even in 1-bit mode or SPI mode. Note that the internal pull-ups are not sufficient for stable communication, please do connect external pull-ups on the bus. This is only for example and debug use.
Syntax
#define SDIO_SLAVE_FLAG_INTERNAL_PULLUP BIT(2)