Clean up comments, USB flash, NULLs
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Anycubic {
|
||||
}
|
||||
|
||||
void ChironTFT::SendtoTFTLN(PGM_P str = nullptr) {
|
||||
if (str != nullptr) {
|
||||
if (str) {
|
||||
#if ACDEBUG(AC_SOME)
|
||||
SERIAL_ECHOPGM("> ");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user