Merge pull request #508 from UweBonnes/swlink

swlink: Remove redundant conditional usbart_init().
This commit is contained in:
UweBonnes 2019-08-28 12:37:12 +02:00 committed by GitHub
commit 5704c2fb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ void platform_init(void)
platform_timing_init();
cdcacm_init();
/* Don't enable UART if we're being debugged. */
if (!(SCS_DEMCR & SCS_DEMCR_TRCENA))
usbuart_init();
usbuart_init();
}