From f724eaa9a9ba47a70c3ccd79acc640f4c0b41b31 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sat, 15 Aug 2020 17:25:40 -0400 Subject: [PATCH] Update utils.c --- source/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/utils.c b/source/utils.c index 63b46a5..fe41690 100644 --- a/source/utils.c +++ b/source/utils.c @@ -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. */