mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 15:03:07 +01:00
remove compiler warnings
This commit is contained in:
@@ -107,6 +107,7 @@ bool checkFilter(const char *buffer,int channelId,bool read){
|
|||||||
if (!filter) return true;
|
if (!filter) return true;
|
||||||
if (filter->canPass(buffer)) return true;
|
if (filter->canPass(buffer)) return true;
|
||||||
logger.logDebug(GwLog::DEBUG,"%s filter for channel %d dropped %s",(read?"read":"write"),channelId,buffer);
|
logger.logDebug(GwLog::DEBUG,"%s filter for channel %d dropped %s",(read?"read":"write"),channelId,buffer);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool serCanWrite=true;
|
bool serCanWrite=true;
|
||||||
|
|||||||
Reference in New Issue
Block a user