Adding missing return statement

This commit is contained in:
SRGDamia1
2018-02-19 12:41:03 -05:00
parent 18fddda241
commit 35e56e35dd

View File

@@ -600,6 +600,7 @@ public:
if (1 != waitResponse()) return false;
sendAT(GF("AC")); // Apply changes
if (1 != waitResponse()) return false;
return true;
}
void exitCommand(void) {