From 9cdbb954768f1a693bb725722a663104849567d4 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 21 Dec 2013 21:55:53 +0100 Subject: [PATCH] Remove comment. --- headers/posix/termios.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/headers/posix/termios.h b/headers/posix/termios.h index 451208aeea..b56c5955e3 100644 --- a/headers/posix/termios.h +++ b/headers/posix/termios.h @@ -111,9 +111,6 @@ struct termios { #define B115200 0x11 #define B230400 0x12 #define B31250 0x13 /* for MIDI */ - // Yes, this last one is out of order. Don't change it, it would break ABI. - // If you change it anyway, make sure the constants in SerialPort.h are - // matching. #define CSIZE 0x20 /* character size */ #define CS5 0x00 /* only 7 and 8 bits supported */