Fix spelling mistake when UBL's mesh is Inactive

This commit is contained in:
Roxy-3D 2017-04-02 19:48:43 -05:00 committed by Roxy-3D
parent 0423e93c42
commit 52978e5ba5

View file

@ -1125,7 +1125,7 @@
if (ubl.state.active)
SERIAL_PROTOCOLCHAR('A');
else
SERIAL_PROTOCOLPGM("In");
SERIAL_PROTOCOLPGM("Ina");
SERIAL_PROTOCOLLNPGM("ctive.\n");
safe_delay(50);