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:
@@ -68,4 +68,7 @@ class MySerialImpl : public Print {
|
||||
static MySerialImpl instance;
|
||||
};
|
||||
|
||||
#define Serial MySerialImpl::instance
|
||||
#ifdef Serial
|
||||
#undef Serial
|
||||
#endif
|
||||
#define Serial MySerialImpl::instance
|
||||
|
||||
Reference in New Issue
Block a user