X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fsd.h;h=19628691e82ab9e57c7aa7efa72571153c448836;hb=7f6d545066c243a9f38c77dff806d7f91d1893af;hp=3316a81c0a491f968d3499b4ab825fa66e11f7e4;hpb=fd1ea54bc72a87329ef7e729e9753b328772192d;p=bertos.git diff --git a/bertos/drv/sd.h b/bertos/drv/sd.h index 3316a81c..19628691 100644 --- a/bertos/drv/sd.h +++ b/bertos/drv/sd.h @@ -135,8 +135,8 @@ void sd_dumpSsr(Sd *sd); void sd_sendInit(void); void sd_goIdle(void); -int sd_sendIfCond(void); -int sd_sendAppOpCond(void); +int sd_sendIfCond(Sd *sd); +int sd_sendAppOpCond(Sd *sd); int sd_getCid(Sd *sd, uint32_t addr, uint8_t flag); int sd_getCsd(Sd *sd);