chore: Resolve several build warnings (#1076)

## Summary

* Resolve several build warnings

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? No
This commit is contained in:
Dave Allie
2026-02-22 20:56:13 +11:00
committed by GitHub
parent 294131707b
commit 03011aa7cf
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -68,4 +68,7 @@ class MySerialImpl : public Print {
static MySerialImpl instance;
};
#define Serial MySerialImpl::instance
#ifdef Serial
#undef Serial
#endif
#define Serial MySerialImpl::instance