Update mmcsd_card.h

This commit is contained in:
ruiqian 2017-07-04 00:48:53 +08:00 committed by GitHub
parent 315a616436
commit ae8ca61051
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ struct rt_sdio_function {
rt_uint32_t enable_timeout_val; /* max enable timeout in msec */
struct rt_sdio_function_tuple *tuples;
void *priv;
};
#define SDIO_MAX_FUNCTIONS 7