AP_HAL_Linux: fix comment

This commit is contained in:
mirkix 2018-01-23 20:02:41 +01:00 committed by Lucas De Marchi
parent a5d7b8bb19
commit c5eb52bf8d

View File

@ -61,7 +61,7 @@ static UtilRPI utilInstance;
static Util utilInstance;
#endif
// 3 serial ports on Linux for now
// 5 serial ports on Linux
static UARTDriver uartADriver(true);
static UARTDriver uartCDriver(false);
static UARTDriver uartDDriver(false);