diff --git a/sam3s_example/simtrace/simtrace_main.c b/sam3s_example/simtrace/simtrace_main.c index b9ec2d7d..34748080 100644 --- a/sam3s_example/simtrace/simtrace_main.c +++ b/sam3s_example/simtrace/simtrace_main.c @@ -52,7 +52,7 @@ extern int main( void ) printf("%s", "USB init\n\r"); // FIXME: why don't we get any interrupts with this line?: -// while(USBD_GetState() < USBD_STATE_CONFIGURED); + while(USBD_GetState() < USBD_STATE_CONFIGURED); TRACE_DEBUG("%s", "Start\n\r");