We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04578b6 commit f8af225Copy full SHA for f8af225
targets/TARGET_NUVOTON/TARGET_M480/device/startup_M480.c
@@ -427,14 +427,6 @@ void Reset_Handler_2(void)
427
*/
428
#if defined(FEATURE_UVISOR)
429
uvisor_init();
430
-
431
-#if defined(TARGET_UVISOR_SUPPORTED) && defined(TARGET_DEBUG)
432
- /* Flush debug message emitted by uvisor core */
433
- while (! UART_IS_TX_EMPTY((UART_T *) NU_MODBASE(STDIO_UART)));
434
435
- /* In the following, STDIO_UART will be re-initialized by mbed but it would be compatible with uvisor core.
436
- * So uvisor core still can emit debug message with the new setting. */
437
-#endif
438
#endif
439
440
#if defined(__CC_ARM)
0 commit comments