Clear debug config on setup if not already set

This commit is contained in:
Gunnar Skjold
2021-09-23 20:56:24 +02:00
parent 7412ba2697
commit 13bbc81b7f
3 changed files with 13 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ public:
bool getDebugConfig(DebugConfig&);
bool setDebugConfig(DebugConfig&);
void clearDebug(DebugConfig&);
bool pinUsed(uint8_t, GpioConfig&);