disable MSO-19 specific stuff for 0.1 release

This commit is contained in:
Bert Vermeulen 2011-01-19 22:47:55 +01:00 committed by Bert Vermeulen
parent c70fce6ba6
commit 576790ff7b
1 changed files with 2 additions and 0 deletions

View File

@ -243,9 +243,11 @@ int serial_set_params(int fd, int speed, int bits, int parity, int stopbits,
case 115200:
baud = B115200;
break;
/* removed for 0.1 release
case 460800:
baud = B460800;
break;
*/
default:
return SIGROK_ERR;
}