diff options
| author | dherrada <dylan.herrada@gmail.com> | 2020-04-25 15:35:24 -0400 |
|---|---|---|
| committer | dherrada <dylan.herrada@gmail.com> | 2020-04-25 15:35:24 -0400 |
| commit | e7874277abc43d794f521d519f522cb068ab95ef (patch) | |
| tree | 738795f2cb5ca88feaa83a2aeecc5347cdd95843 | |
| parent | 7070fe1995f70e745699682bbc9776bb54a069a6 (diff) | |
Fixed empty lines
| -rw-r--r-- | shared-bindings/busio/UART.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-bindings/busio/UART.c b/shared-bindings/busio/UART.c index 59c95528d..954cbdd20 100644 --- a/shared-bindings/busio/UART.c +++ b/shared-bindings/busio/UART.c @@ -39,8 +39,6 @@ #include "py/stream.h" #include "supervisor/shared/translate.h" - - //|class UART: //| """.. currentmodule:: busio //| |
