mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
cppcheck fix
This commit is contained in:
parent
7a6473e30e
commit
ed1a5d7ffe
|
|
@ -40,7 +40,7 @@ bool AprsIsTask::loop(System &system) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool AprsIsTask::connect(System &system) {
|
||||
bool AprsIsTask::connect(const System &system) {
|
||||
logPrintI("connecting to APRS-IS server: ");
|
||||
logPrintI(system.getUserConfig()->aprs_is.server);
|
||||
logPrintI(" on port: ");
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ private:
|
|||
|
||||
TaskQueue<std::shared_ptr<APRSMessage>> &_toAprsIs;
|
||||
|
||||
bool connect(System &system);
|
||||
bool connect(const System &system);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue