1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Forgot to commit a telemetry file after adding more telemetry baudrate options.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2199 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
pip 2010-12-06 21:04:19 +00:00 committed by pip
parent 5e91f46633
commit dc58243b0f

View File

@ -45,10 +45,13 @@ _fields = [ \
'0',
],
{
'0' : '9600',
'1' : '38400',
'2' : '57600',
'3' : '115200',
'0' : '2400',
'1' : '4800',
'2' : '9600',
'3' : '19200',
'4' : '38400',
'5' : '57600',
'6' : '115200',
}
),
]