Browse Source

gps: use a read buffer size of 1024

QGC4.4
Beat Küng 9 years ago
parent
commit
28c85e7658
  1. 2
      src/GPS/definitions.h

2
src/GPS/definitions.h

@ -41,6 +41,8 @@ @@ -41,6 +41,8 @@
#include <QtGlobal>
#define GPS_READ_BUFFER_SIZE 1024
#define GPS_INFO(...) qInfo(__VA_ARGS__)
#define GPS_WARN(...) qWarning(__VA_ARGS__)
#define GPS_ERR(...) qCritical(__VA_ARGS__)

Loading…
Cancel
Save