Commit e9684a13 authored by Lorenz Meier's avatar Lorenz Meier

Fixed range of data type

parent 63954486
......@@ -123,7 +123,7 @@ protected:
void enqueue(uint8_t* stream, uint8_t* index, mavlink_message_t* msg);
static const int8_t systemId = 220;
static const uint8_t systemId = 220;
static const uint8_t componentId = 200;
static const uint16_t version = 1000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment