mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-07-28 04:06:45 +00:00
build fix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user