Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c6aa0c6

Browse files
committed
Remove one unnecessary debug message from uart module
1 parent 7ca7a40 commit c6aa0c6

File tree

20 files changed

+1
-1156
lines changed

20 files changed

+1
-1156
lines changed

‎MicroPython_BUILD/components/micropython/esp32/machine_uart.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ STATIC void machine_uart_print(const mp_print_t *print, mp_obj_t self_in, mp_pri
333333
if (inverted[0] != '0円') strcat(inverted, ", ");
334334
strcat(inverted, "RTS");
335335
}
336-
printf("INV %08x, %08x\n", self->inverted, (uint32_t)UART_INVERSE_TXD);
336+
337337
mp_printf(print, "UART(%u, baudrate=%u, bits=%u, parity=%s, stop=%s, tx=%d, rx=%d, rts=%d, cts=%d, inverted: [%s]\n",
338338
self->uart_num+1, baudrate, self->bits, _parity_name[self->parity], _stopbits_name[self->stop],
339339
self->tx, self->rx, self->rts, self->cts, inverted);

‎MicroPython_BUILD/components/micropython/genhdr/qstrdefs.generated.h‎

Lines changed: 0 additions & 1155 deletions
This file was deleted.
-52 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.
-43 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
59 Bytes
Binary file not shown.
-69 Bytes
Binary file not shown.
-32 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /