From c2b8479ea3f3b435fde8da360b229c96c0dccf62 Mon Sep 17 00:00:00 2001 From: polluks2 <74630735+polluks2@users.noreply.github.com> Date: Mon, 30 May 2022 17:10:33 +0200 Subject: [PATCH] Fixed typo --- include/serial.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/serial.h b/include/serial.h index 58943d507..35d7b8f66 100644 --- a/include/serial.h +++ b/include/serial.h @@ -148,7 +148,7 @@ unsigned char __fastcall__ ser_open (const struct ser_params* params); /* "Open" the port by setting the port parameters and enable interrupts. */ unsigned char ser_close (void); -/* "Close" the port. Clear buffers and and disable interrupts. */ +/* "Close" the port. Clear buffers and disable interrupts. */ unsigned char __fastcall__ ser_get (char* b); /* Get a character from the serial port. If no characters are available, the @@ -171,6 +171,3 @@ unsigned char __fastcall__ ser_ioctl (unsigned char code, void* data); /* End of serial.h */ #endif - - -