1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/UAVTalk/inc
Stacey Sheldon 785a7ccd88 uavtalk: convert tx to use blocking send routines
The uavtalk layer was previously implementing a poor
version of packet fragmentation based on a hard-coded
max packet size.  Since this was hard-coded, there was
no guarantee that it would match the underlying devices.

Now that the COM layer sending routines support fragmentation,
remove fragmentation and use the COM layer directly.

This will support future buffer size reductions in the COM
layer.
2011-12-30 23:05:36 -05:00
..
uavtalk_priv.h UAVTalk: Fixed bug in parser failing to handle length of multi-instanceobjects 2011-10-21 02:04:29 +02:00
uavtalk.h uavtalk: convert tx to use blocking send routines 2011-12-30 23:05:36 -05:00