[2.0.x] Fix compile errors (#9141)

* Update persistent_store_impl.cpp
* Remove define BYTE from serial functions since Arduino docs typically show 0 for the normal case.
This commit is contained in:
Thomas Moore
2018-01-11 21:43:26 -06:00
committed by Scott Lahteine
parent e654ea1e1a
commit 84de428d30
6 changed files with 13 additions and 19 deletions

View File

@ -116,7 +116,7 @@ class MarlinSettings {
);
static bool size_error(const uint16_t size
#if ADD_PORT_ARG
const int8_t port=-1
, const int8_t port=-1
#endif
);
#endif