Skip to content

Commit ea42c3b

Browse files
committed
typo
1 parent d0d4476 commit ea42c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/net/cellular/CellularUSBModem/serial/usb/USBSerialStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This class is not thread-safe, except for the *Abort() methods that can be calle
3636
class USBSerialStream : public IOStream, IUSBHostSerialListener
3737
{
3838
public:
39-
enum { CIRCBUF_SIZE = 127 }
39+
enum { CIRCBUF_SIZE = 127 };
4040
USBSerialStream(IUSBHostSerial& serial);
4141
/*virtual*/ ~USBSerialStream();
4242

0 commit comments

Comments
 (0)