Remove unused AXP debug code (#5149)

This was shuffled around a couple years ago, but hasn't been used
since, and we had two copies in the code. Delete it.
This commit is contained in:
Tom Fifield
2024-10-26 20:04:46 +10:00
committed by GitHub
parent 93318b4f56
commit a0e468b16e
3 changed files with 2 additions and 42 deletions

View File

@@ -27,7 +27,6 @@
#include "detect/ScanI2CTwoWire.h"
#include <Wire.h>
#endif
#include "detect/axpDebug.h"
#include "detect/einkScan.h"
#include "graphics/RAKled.h"
#include "graphics/Screen.h"
@@ -1190,4 +1189,4 @@ void loop()
mainDelay.delay(delayMsec);
}
}
#endif
#endif