1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-09 20:21:45 +00:00

Update utils.c

This commit is contained in:
Pablo Curiel 2020-08-15 17:25:40 -04:00
parent 6b8b3184ac
commit f724eaa9a9

View file

@ -86,7 +86,6 @@ bool utilsInitializeResources(void)
}
/* Check if we're not running under a development unit. */
/* USB comms make development units crash. */
if (!_utilsIsDevelopmentUnit()) goto end;
/* Initialize USB interface. */