mirror of https://github.com/ArduPilot/ardupilot
upped buffer
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1604 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
7a131889d9
commit
21df2c1fac
|
@ -23,7 +23,7 @@ B Checksum byte 2
|
|||
# define SendSer Serial.print
|
||||
#endif
|
||||
|
||||
byte mess_buffer[54];
|
||||
byte mess_buffer[60];
|
||||
byte buff_pointer;
|
||||
|
||||
// Unions for getting byte values
|
||||
|
|
Loading…
Reference in New Issue