keil/include/drivers/mk_trace.c
@@ -205,8 +205,7 @@
};
const static char *module_name[TRACE_MODULE_NUM] = {"[MAC]",  "[PHY]", "[DRV]",  "[APP]", "[UWB]", "[UCI]",  "[TEST]",
        "[BOOT]", "[OS]",  "[FIRA]", "[CCC]", "[SE]",  "[SCP03]"
                                                   };
                                                    "[BOOT]", "[OS]",  "[FIRA]", "[CCC]", "[SE]",  "[SCP03]"};
const static char *level_tag[TRACE_LEVEL_NUM] = {
    "[ERROR]",
@@ -309,8 +308,7 @@
                  .dma_en = true,
#endif
                   .int_rx = false,
                    .int_tx = false
        };
                                            .int_tx = false};
        ret = uart_open(trace_uart, &trace_uart_cfg);