Explorar el Código

mmu_loop: missing return added

PavelSindler hace 6 años
padre
commit
d1de9fff60
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Firmware/mmu.cpp

+ 1 - 0
Firmware/mmu.cpp

@@ -179,6 +179,7 @@ void mmu_loop(void)
 		    mmu_puts_P(PSTR("P0\n")); //send 'read finda' request
 			mmu_state = -4;
 		}
+		return;
 	case -4:
 		if (mmu_rx_ok() > 0)
 		{