sdmc_dev.c: do not redefine __system_argc/argv

This commit is contained in:
fincs 2014-12-04 11:23:40 +01:00
parent 1bc0073bd3
commit bacd6f09ca

View File

@ -123,8 +123,8 @@ static const char *sdmc_fixpath(const char *path)
}
int __system_argc;
char** __system_argv;
extern int __system_argc;
extern char** __system_argv;
/*! Initialize SDMC device */
Result sdmcInit(void)