Plane: use a larger serial buffer

this makes higher rate MAVLink possible again
This commit is contained in:
Andrew Tridgell 2013-07-23 17:09:22 +10:00
parent c3b5f20a45
commit c083c15240

View File

@ -707,6 +707,6 @@
#endif
#ifndef SERIAL_BUFSIZE
# define SERIAL_BUFSIZE 256
# define SERIAL_BUFSIZE 512
#endif