remove baud rate as it is not support on HW (#2124)

This commit is contained in:
Peli de Halleux
2019-06-07 09:01:23 -07:00
committed by Abhijith Chatra
parent 555d673014
commit b553825f0c
3 changed files with 1 additions and 6 deletions

View File

@ -39,9 +39,7 @@ enum BaudRate {
//% block=2400
BaudRate2400 = 2400,
//% block=1200
BaudRate1200 = 1200,
//% block=300
BaudRate300 = 300
BaudRate1200 = 1200
};
enum Delimiters {