mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-10 01:46:49 +01:00
Fix several warnings in code and libs
This commit is contained in:
@@ -221,7 +221,7 @@ bool sendLine2Serial (String & line, int32_t linenb, int32_t * newlinenb)
|
||||
return sendLine2Serial (line, line_number, newlinenb);
|
||||
} else {
|
||||
//the line requested is not the current one so we stop
|
||||
if (line_number !=linenb) {
|
||||
if (line_number !=(uint32_t)linenb) {
|
||||
log_esp3d ("Wrong line requested");
|
||||
count = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user