Skip to content

Commit 22abd8f

Browse files
committed
no ascii format in ECMA-419
1 parent 2d4caac commit 22abd8f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

modules/io/serial/esp/serial.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
/*
2222
to do:
23-
!! format: ascii
2423
onError - framing errors?
2524
drain transmit? (onWritable when threshold is 0)
2625
flush transmit, flush receive?

modules/io/serial/esp32/serial.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
/*
2222
to do:
23-
!! format: ascii
2423
onError - framing errors?
2524
drain transmit? (onWritable when threshold is 0)
2625
flush transmit, flush receive?

modules/io/serial/nrf52/serial.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
/*
2222
to do:
23-
!! format: ascii
2423
onError - framing errors?
2524
flush transmit, flush receive?
2625
other pins, hardware flow control

modules/io/serial/pico/serial.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
/*
2222
to do:
23-
!! format: ascii
2423
onError - framing errors?
2524
drain transmit? (onWritable when threshold is 0)
2625
flush transmit, flush receive?

0 commit comments

Comments
 (0)