Make it unsigned

pull/11/head
Geoffrey Merck 4 years ago
parent cb5797df1a
commit d8d8e1982a

@ -127,7 +127,7 @@ bool CAPRSFixedIdFrameProvider::buildAPRSFramesInt(const std::string& gateway, c
frames.push_back(output); frames.push_back(output);
} }
setTimeout(20U * 60);//20 minutes, plenty enough for fixed setTimeout(20U * 60U);//20 minutes, plenty enough for fixed
return true; return true;
} }
Loading…
Cancel
Save

Powered by TurnKey Linux.