--- branches/linux-serial/H7Serial.cpp 2007/02/05 07:23:12 53 +++ branches/linux-serial/H7Serial.cpp 2007/02/05 10:10:18 54 @@ -10,7 +10,7 @@ { } -CH7Serial::CH7Serial(char* port, int bitrate) +CH7Serial::CH7Serial(char* port, Baudrate bitrate) : CSlipSerial(port, bitrate) { }