This commit is contained in:
Luis Scheurenbrand 2020-12-03 05:15:56 +01:00
parent dfc33568c7
commit 95395c62e3

View File

@ -74,10 +74,6 @@ static Result _capmtpOpenSession(Service *srv) {
);
}
static Result _capmtpClose(void) {
return _capmtpNoIO(1);
}
static Result _capmtpOpen(u32 max_folders, u32 max_img, u32 max_vid, const uint_least16_t *other_name) {
size_t len=0;
const uint_least16_t *tmp =other_name;
@ -97,6 +93,10 @@ static Result _capmtpOpen(u32 max_folders, u32 max_img, u32 max_vid, const uint_
);
}
static Result _capmtpClose(void) {
return _capmtpNoIO(1);
}
Result capmtpStartCommandHandler(void) {
return _capmtpNoIO(2);
}