build fix

This commit is contained in:
Anton Viktorov
2017-03-31 13:20:06 +03:00
parent 60fc450772
commit 6eb1af8444
+1 -1
View File
@@ -71,7 +71,7 @@ void Can232::serialEvent() {
}
void Can232::initFunc() {
if (!inputString.reserve(INPUT_STRING_BUFFER_SIZE)) {
if (!inputString.reserve(LW232_INPUT_STRING_BUFFER_SIZE)) {
dbg0("inputString.reserve failed in initFunc. less optimal String work is expected");
}
// lw232AutoStart = true; //todo: read from eeprom